Html Css Color HEX #CCD872 Goldenrod

📋 copy color: '#CCD872'

red 204 ◦ green 216 ◦ blue 114

#CCD872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CCD872

Tints of Goldenrod #CCD872

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 38.2%
G = 40.45%
B = 21.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CCD872 (or 0xCCD872) is known color: 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

RGB 204 216 114 -
CMYK 0.06 0 0.47 0.15
HSL 67.06º 0.57% 0.65% -
HSV(B) 67.06º 0.47% 0.85% -
XYZ 52.49 63.16 25.34 -
YUV 200.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 204 216 114 0.06 0 0.47 0.15 67.06 0.57 0.65
Hex CC D8 72 6 0 2F F 43 39 41
Octal 314 330 162 6 0 57 17 103 71 101
Binary 11001100 11011000 1110010 110 0 101111 1111 1000011 111001 1000001

Color Harmonies of #CCD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD872

Black with #CCD872

Text Example


Text Example

White with #CCD872

Text Example


Text Example

HTML Codes & Css Web 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>