Html Css Color HEX #CCD76A Goldenrod

📋 copy color: '#CCD76A'

red 204 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #CCD76A

Tints of Goldenrod #CCD76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 38.86%
G = 40.95%
B = 20.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CCD76A (or 0xCCD76A) is known color: Goldenrod. HEX triplet: CC, D7 and 6A. RGB value is (204,215,106). Sum of RGB (Red+Green+Blue) = 204+215+106=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD76A is #332895. Grayscale: #C7C7C7. Windows color (decimal): -3352726 or 7002060. OLE color: 7002060.

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

Color convert

RGB 204 215 106 -
CMYK 0.05 0 0.51 0.16
HSL 66.06º 0.58% 0.63% -
HSV(B) 66.06º 0.51% 0.84% -
XYZ 51.8 62.48 22.96 -
YUV 199.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 204 215 106 0.05 0 0.51 0.16 66.06 0.58 0.63
Hex CC D7 6A 5 0 33 10 42 3A 3F
Octal 314 327 152 5 0 63 20 102 72 77
Binary 11001100 11010111 1101010 101 0 110011 10000 1000010 111010 111111

Color Harmonies of #CCD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD76A

Black with #CCD76A

Text Example


Text Example

White with #CCD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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