Html Css Color HEX #CCD06D Goldenrod

📋 copy color: '#CCD06D'

red 204 ◦ green 208 ◦ blue 109

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

Shades of Goldenrod #CCD06D

Tints of Goldenrod #CCD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.92%

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 39.16%
G = 39.92%
B = 20.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CCD06D (or 0xCCD06D) is known color: Goldenrod. HEX triplet: CC, D0 and 6D. RGB value is (204,208,109). Sum of RGB (Red+Green+Blue) = 204+208+109=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD06D is #332F92. Grayscale: #C3C3C3. Windows color (decimal): -3354515 or 7196876. OLE color: 7196876.

HSL color Cylindrical-coordinate representation of color #CCD06D: hue angle of 62.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCD06D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 109 -
CMYK 0.02 0 0.48 0.18
HSL 62.42º 0.51% 0.62% -
HSV(B) 62.42º 0.48% 0.82% -
XYZ 50.22 59.05 23.22 -
YUV 195.52 79.17 134.05 -
System Red Green Blue C M Y K H S L
Decimal 204 208 109 0.02 0 0.48 0.18 62.42 0.51 0.62
Hex CC D0 6D 2 0 30 12 3E 33 3E
Octal 314 320 155 2 0 60 22 76 63 76
Binary 11001100 11010000 1101101 10 0 110000 10010 111110 110011 111110

Color Harmonies of #CCD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD06D

Black with #CCD06D

Text Example


Text Example

White with #CCD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD06D; }

 p { color: rgb(204,208,109); }

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

background-color css

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

 a { background-color: rgb(204,208,109); }

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

border-color css

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

 span { border-color: rgb(204,208,109); }

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