#CDD174

Color #CDD174 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CDD174

Tints of Deco #CDD174

Color information

#CDD174 (or 0xCDD174) is unknown color: approx Deco. HEX triplet: CD, D1 and 74. RGB value is (205,209,116). Sum of RGB (Red+Green+Blue) = 205+209+116=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD174 is #322E8B. Grayscale: #C5C5C5. Windows color (decimal): -3288716 or 7655885. OLE color: 7655885.

HSL color Cylindrical-coordinate representation of color #CDD174: hue angle of 62.58º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDD174 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB205209116-
CMYK0.0200.440.18
HSL62.58º50.27%63.73%-
HSV(B)62.58º44.5%81.96%-
XYZ51.1359.8425.38-
YUV197.282.17133.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 116 (45.70% from 255) = 21.89%
R=38.68%
G=39.43%
B=21.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091160.0200.440.1862.5850.2763.73
HexCDD174202C123f3240
Octal3153211642054227762100
Binary11001101110100011110100100101100100101111111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD174; }

 p { color: rgb(205,209,116); }

 H1.HeaderClassName
 {
   color: #CDD174;
 }
 .AnyTagClassName
 {
   color: #CDD174;
 }
</style>
background-color css

<style>
 a { background-color: #CDD174; }

 a { background-color: rgb(205,209,116); }

 div.DivClassName
 {
   background-color: #CDD174;
 }
 .BgClassName
 {
   background-color: #CDD174;
 }
</style>
border-color css

<style>
 span { border-color: #CDD174; }

 span { border-color: rgb(205,209,116); }

 td.TdClassName
 {
   border-color: #CDD174;
 }
 .TagClassName
 {
   border-color: #CDD174;
 }
</style>