Color Hex Logo

#ddc670 Color Hex

#DDC670
(221,198,112)
0 Favorites   0 Comments

Color spaces of #ddc670

RGB 221198112
HSL0.130.620.65
HSV47°49°87°
CMYK 0.000.100.49   0.13
XYZ52.937556.930223.5277
Yxy56.93020.39680.4268
Hunter Lab75.4521-6.804934.3285
CIE-Lab80.1403-3.016245.7439

#ddc670 color RGB value is (221,198,112).

#ddc670 hex color red value is 221, green value is 198 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ddc670 hue: 0.13 , saturation: 0.62 and the lightness value of ddc670 is 0.65.

The process color (four color CMYK) of #ddc670 color hex is 0.00, 0.10, 0.49, 0.13. Web safe color of #ddc670 is #cccc66. Color #ddc670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01110000
Octal 335 306 160
Decimal 221 198 112
Hex DD C6 70

RGB Percentages of Color #ddc670

%41.62
%37.29
%21.09

CMYK Percentages of Color #ddc670

%0
%10
%49
%13

Triadic Colors of #ddc670

#ddc670 #70ddc6 #c670dd

Analogous Colors of #ddc670

#ddc670 #bedd70 #dd9070

Monochromatic Colors of #ddc670

#ddc670

Complementary Color

#ddc670 #7087dd

#ddc670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc670 Color CSS Codes

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

#ddc670 Text Font Color

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

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


#ddc670 Background Color

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

This div background color is #ddc670


#ddc670 Border Color

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

This div border color is #ddc670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc670


Comments

No comments written yet.

Please login to write comment.