Color Hex Logo

#ddc682 Color Hex

#DDC682
(221,198,130)
0 Favorites   0 Comments

Color spaces of #ddc682

RGB 221198130
HSL0.120.570.69
HSV45°41°87°
CMYK 0.000.100.41   0.13
XYZ54.042157.372029.3447
Yxy57.37200.38390.4076
Hunter Lab75.7443-5.196230.0510
CIE-Lab80.3884-1.243836.9995

#ddc682 color RGB value is (221,198,130).

#ddc682 hex color red value is 221, green value is 198 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ddc682 hue: 0.12 , saturation: 0.57 and the lightness value of ddc682 is 0.69.

The process color (four color CMYK) of #ddc682 color hex is 0.00, 0.10, 0.41, 0.13. Web safe color of #ddc682 is #cccc99. Color #ddc682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 10000010
Octal 335 306 202
Decimal 221 198 130
Hex DD C6 82

RGB Percentages of Color #ddc682

%40.26
%36.07
%23.68

CMYK Percentages of Color #ddc682

%0
%10
%41
%13

Triadic Colors of #ddc682

#ddc682 #82ddc6 #c682dd

Analogous Colors of #ddc682

#ddc682 #c7dd82 #dd9982

Monochromatic Colors of #ddc682

#ddc682

Complementary Color

#ddc682 #8299dd

#ddc682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc682 Color CSS Codes

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

#ddc682 Text Font Color

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

This sample text font color is #ddc682
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.


#ddc682 Background Color

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

This div background color is #ddc682


#ddc682 Border Color

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

This div border color is #ddc682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc682


Comments

No comments written yet.

Please login to write comment.