#ccd872

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

Shades of Goldenrod #CCD872

Tints of Goldenrod #CCD872

Color information

#CCD872 (or 0xCCD872) is unknown color: approx Goldenrod. HEX triplet: CC, D8 and 72. RGB value is (204,216,114). Sum of RGB (Red+Green+Blue) = 204+216+114=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD872 is #33278D. Grayscale: #C9C9C9. Windows color (decimal): -3352462 or 7526604. OLE color: 7526604.

HSL color Cylindrical-coordinate representation of color #CCD872: hue angle of 67.06º 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 #CCD872 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB204216114-
CMYK0.0600.470.15
HSL67.06º56.67%64.71%-
HSV(B)67.06º47.22%84.71%-
XYZ52.4963.1625.34-
YUV200.7879.02130.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=38.20%
G=40.45%
B=21.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161140.0600.470.1567.0656.6764.71
HexCCD872602FF433941
Octal31433016260571710371101
Binary110011001101100011100101100101111111110000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccd872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccd872; }

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

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

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

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

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

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

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

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