Html Css Color HEX #CCDB72 Goldenrod

📋 copy color: '#CCDB72'

red 204 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #CCDB72

Tints of Goldenrod #CCDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

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

R = 37.99%
G = 40.78%
B = 21.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CCDB72 (or 0xCCDB72) is known color: Goldenrod. HEX triplet: CC, DB and 72. RGB value is (204,219,114). Sum of RGB (Red+Green+Blue) = 204+219+114=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB72 is #33248D. Grayscale: #CACACA. Windows color (decimal): -3351694 or 7527372. OLE color: 7527372.

HSL color Cylindrical-coordinate representation of color #CCDB72: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCDB72 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 114 -
CMYK 0.07 0 0.48 0.14
HSL 68.57º 0.59% 0.65% -
HSV(B) 68.57º 0.48% 0.86% -
XYZ 53.27 64.72 25.6 -
YUV 202.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 204 219 114 0.07 0 0.48 0.14 68.57 0.59 0.65
Hex CC DB 72 7 0 30 E 45 3B 41
Octal 314 333 162 7 0 60 16 105 73 101
Binary 11001100 11011011 1110010 111 0 110000 1110 1000101 111011 1000001

Color Harmonies of #CCDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB72

Black with #CCDB72

Text Example


Text Example

White with #CCDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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