#CDD872

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

Shades of Goldenrod #CDD872

Tints of Goldenrod #CDD872

Color information

#CDD872 (or 0xCDD872) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 72. RGB value is (205,216,114). Sum of RGB (Red+Green+Blue) = 205+216+114=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD872 is #32278D. Grayscale: #C9C9C9. Windows color (decimal): -3286926 or 7526605. OLE color: 7526605.

HSL color Cylindrical-coordinate representation of color #CDD872: hue angle of 66.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDD872 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB205216114-
CMYK0.0500.470.15
HSL66.47º56.67%64.71%-
HSV(B)66.47º47.22%84.71%-
XYZ52.7763.3125.36-
YUV201.0878.86130.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=38.32%
G=40.37%
B=21.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161140.0500.470.1566.4756.6764.71
HexCDD872502FF423941
Octal31533016250571710271101
Binary110011011101100011100101010101111111110000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD872; }

 p { color: rgb(205,216,114); }

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

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

 a { background-color: rgb(205,216,114); }

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

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

 span { border-color: rgb(205,216,114); }

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