#CCD76A

Color #CCD76A Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CCD76A

Tints of Goldenrod #CCD76A

Color information

#CCD76A (or 0xCCD76A) is unknown color: approx 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

RGB204215106-
CMYK0.0500.510.16
HSL66.06º57.67%62.94%-
HSV(B)66.06º50.7%84.31%-
XYZ51.862.4822.96-
YUV199.2875.36131.36-

RGB Variations

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

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.80% from 255) = 20.19%
R=38.86%
G=40.95%
B=20.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042151060.0500.510.1666.0657.6762.94
HexCCD76A503310423a3f
Octal3143271525063201027277
Binary110011001101011111010101010110011100001000010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>