Html Css Color HEX #CCD76C Goldenrod

📋 copy color: '#CCD76C'

red 204 ◦ green 215 ◦ blue 108

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

Shades of Goldenrod #CCD76C

Tints of Goldenrod #CCD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

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

R = 38.71%
G = 40.8%
B = 20.49%

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

#CCD76C (or 0xCCD76C) is known color: Goldenrod. HEX triplet: CC, D7 and 6C. RGB value is (204,215,108). Sum of RGB (Red+Green+Blue) = 204+215+108=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD76C is #332893. Grayscale: #C7C7C7. Windows color (decimal): -3352724 or 7133132. OLE color: 7133132.

HSL color Cylindrical-coordinate representation of color #CCD76C: hue angle of 66.17º degrees, saturation: 0.57, 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 #CCD76C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 108 -
CMYK 0.05 0 0.50 0.16
HSL 66.17º 0.57% 0.63% -
HSV(B) 66.17º 0.5% 0.84% -
XYZ 51.91 62.52 23.52 -
YUV 199.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 204 215 108 0.05 0 0.50 0.16 66.17 0.57 0.63
Hex CC D7 6C 5 0 32 10 42 39 3F
Octal 314 327 154 5 0 62 20 102 71 77
Binary 11001100 11010111 1101100 101 0 110010 10000 1000010 111001 111111

Color Harmonies of #CCD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD76C

Black with #CCD76C

Text Example


Text Example

White with #CCD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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