Color Hex Logo

#ddb262 Color Hex

#DDB262
(221,178,98)
0 Favorites   0 Comments

Color spaces of #ddb262

RGB 22117898
HSL0.110.640.63
HSV39°56°87°
CMYK 0.000.190.56   0.13
XYZ47.943848.094818.3116
Yxy48.09480.41930.4206
Hunter Lab69.35042.038632.8901
CIE-Lab74.88476.272446.3021

#ddb262 color RGB value is (221,178,98).

#ddb262 hex color red value is 221, green value is 178 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ddb262 hue: 0.11 , saturation: 0.64 and the lightness value of ddb262 is 0.63.

The process color (four color CMYK) of #ddb262 color hex is 0.00, 0.19, 0.56, 0.13. Web safe color of #ddb262 is #cc9966. Color #ddb262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01100010
Octal 335 262 142
Decimal 221 178 98
Hex DD B2 62

RGB Percentages of Color #ddb262

%44.47
%35.81
%19.72

CMYK Percentages of Color #ddb262

%0
%19
%56
%13

Triadic Colors of #ddb262

#ddb262 #62ddb2 #b262dd

Analogous Colors of #ddb262

#ddb262 #cbdd62 #dd7562

Monochromatic Colors of #ddb262

#ddb262

Complementary Color

#ddb262 #628ddd

#ddb262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb262 Color CSS Codes

.mybgcolor {background-color:#ddb262; } 
.myforecolor {color:#ddb262; }
.mybordercolor {border:3px solid #ddb262; }

#ddb262 Text Font Color

<p style="color:#ddb262">Text here</p>

This sample text font color is #ddb262
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb262 Background Color

<div style="background-color:#ddb262">
Div content here</div>

This div background color is #ddb262


#ddb262 Border Color

<div style="border:3px solid #ddb262">
Div here</div>

This div border color is #ddb262


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,178,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb262; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb262;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb262;
  box-shadow:         1px 1px 3px 2px #ddb262; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,178,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb262">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb262;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb262;
  box-shadow:         1px 1px 3px 2px #ddb262;">
Div content here</div>

This div box has shadow with color #ddb262


Comments

No comments written yet.

Please login to write comment.