#CDD07D

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

Shades of Deco #CDD07D

Tints of Deco #CDD07D

Color information

#CDD07D (or 0xCDD07D) is unknown color: approx Deco. HEX triplet: CD, D0 and 7D. RGB value is (205,208,125). Sum of RGB (Red+Green+Blue) = 205+208+125=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD07D is #322F82. Grayscale: #C5C5C5. Windows color (decimal): -3288963 or 8245453. OLE color: 8245453.

HSL color Cylindrical-coordinate representation of color #CDD07D: hue angle of 62.17º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDD07D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB205208125-
CMYK0.0100.400.18
HSL62.17º46.89%65.29%-
HSV(B)62.17º39.9%81.57%-
XYZ51.4359.5728.19-
YUV197.6487.01133.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=38.10%
G=38.66%
B=23.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081250.0100.400.1862.1746.8965.29
HexCDD07D1028123e2f41
Octal3153201751050227657101
Binary1100110111010000111110110101000100101111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD07D; }

 p { color: rgb(205,208,125); }

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

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

 a { background-color: rgb(205,208,125); }

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

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

 span { border-color: rgb(205,208,125); }

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