Html Css Color HEX #CCD972 Goldenrod

📋 copy color: '#CCD972'

red 204 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #CCD972

Tints of Goldenrod #CCD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

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

R = 38.13%
G = 40.56%
B = 21.31%

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

#CCD972 (or 0xCCD972) is known color: Goldenrod. HEX triplet: CC, D9 and 72. RGB value is (204,217,114). Sum of RGB (Red+Green+Blue) = 204+217+114=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD972 is #33268D. Grayscale: #C9C9C9. Windows color (decimal): -3352206 or 7526860. OLE color: 7526860.

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

Color convert

RGB 204 217 114 -
CMYK 0.06 0 0.47 0.15
HSL 67.57º 0.58% 0.65% -
HSV(B) 67.57º 0.47% 0.85% -
XYZ 52.75 63.68 25.43 -
YUV 201.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 204 217 114 0.06 0 0.47 0.15 67.57 0.58 0.65
Hex CC D9 72 6 0 2F F 44 3A 41
Octal 314 331 162 6 0 57 17 104 72 101
Binary 11001100 11011001 1110010 110 0 101111 1111 1000100 111010 1000001

Color Harmonies of #CCD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD972

Black with #CCD972

Text Example


Text Example

White with #CCD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD972; }

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

 H1.HeaderClassName
 {
   color: #CCD972;
 }
 .AnyTagClassName
 {
   color: #CCD972;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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