#CCD16C

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

Shades of Goldenrod #CCD16C

Tints of Goldenrod #CCD16C

Color information

#CCD16C (or 0xCCD16C) is unknown color: approx Goldenrod. HEX triplet: CC, D1 and 6C. RGB value is (204,209,108). Sum of RGB (Red+Green+Blue) = 204+209+108=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16C is #332E93. Grayscale: #C4C4C4. Windows color (decimal): -3354260 or 7131596. OLE color: 7131596.

HSL color Cylindrical-coordinate representation of color #CCD16C: hue angle of 62.97º degrees, saturation: 0.52, 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 #CCD16C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB204209108-
CMYK0.0200.480.18
HSL62.97º52.33%62.16%-
HSV(B)62.97º48.33%81.96%-
XYZ50.4159.5223.02-
YUV195.9978.34133.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 108 (42.58% from 255) = 20.73%
R=39.16%
G=40.12%
B=20.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091080.0200.480.1862.9752.3362.16
HexCCD16C2030123f343e
Octal314321154206022776476
Binary1100110011010001110110010011000010010111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD16C; }

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

 H1.HeaderClassName
 {
   color: #CCD16C;
 }
 .AnyTagClassName
 {
   color: #CCD16C;
 }
</style>
background-color css

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

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

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

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

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

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