#CDD77D

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

Shades of Deco #CDD77D

Tints of Deco #CDD77D

Color information

#CDD77D (or 0xCDD77D) is unknown color: approx Deco. HEX triplet: CD, D7 and 7D. RGB value is (205,215,125). Sum of RGB (Red+Green+Blue) = 205+215+125=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD77D is #322882. Grayscale: #CACACA. Windows color (decimal): -3287171 or 8247245. OLE color: 8247245.

HSL color Cylindrical-coordinate representation of color #CDD77D: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDD77D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB205215125-
CMYK0.0500.420.16
HSL66.67º52.94%66.67%-
HSV(B)66.67º41.86%84.31%-
XYZ53.1863.0628.77-
YUV201.7584.69130.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=37.61%
G=39.45%
B=22.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151250.0500.420.1666.6752.9466.67
HexCDD77D502A10433543
Octal31532717550522010365103
Binary1100110111010111111110110101010101000010000111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD77D; }

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

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

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

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

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

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

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

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