Html Css Color HEX #CCD66C Goldenrod

📋 copy color: '#CCD66C'

red 204 ◦ green 214 ◦ blue 108

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

Shades of Goldenrod #CCD66C

Tints of Goldenrod #CCD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 38.78%
G = 40.68%
B = 20.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#CCD66C (or 0xCCD66C) is known color: Goldenrod. HEX triplet: CC, D6 and 6C. RGB value is (204,214,108). Sum of RGB (Red+Green+Blue) = 204+214+108=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD66C is #332993. Grayscale: #C7C7C7. Windows color (decimal): -3352980 or 7132876. OLE color: 7132876.

HSL color Cylindrical-coordinate representation of color #CCD66C: hue angle of 65.66º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD66C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 108 -
CMYK 0.05 0 0.50 0.16
HSL 65.66º 0.56% 0.63% -
HSV(B) 65.66º 0.5% 0.84% -
XYZ 51.66 62.01 23.43 -
YUV 198.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 204 214 108 0.05 0 0.50 0.16 65.66 0.56 0.63
Hex CC D6 6C 5 0 32 10 42 38 3F
Octal 314 326 154 5 0 62 20 102 70 77
Binary 11001100 11010110 1101100 101 0 110010 10000 1000010 111000 111111

Color Harmonies of #CCD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD66C

Black with #CCD66C

Text Example


Text Example

White with #CCD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD66C; }

 p { color: rgb(204,214,108); }

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

background-color css

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

 a { background-color: rgb(204,214,108); }

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

border-color css

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

 span { border-color: rgb(204,214,108); }

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