#CCD16E

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

Shades of Goldenrod #CCD16E

Tints of Goldenrod #CCD16E

Color information

#CCD16E (or 0xCCD16E) is unknown color: approx Goldenrod. HEX triplet: CC, D1 and 6E. RGB value is (204,209,110). Sum of RGB (Red+Green+Blue) = 204+209+110=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16E is #332E91. Grayscale: #C4C4C4. Windows color (decimal): -3354258 or 7262668. OLE color: 7262668.

HSL color Cylindrical-coordinate representation of color #CCD16E: hue angle of 63.03º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD16E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB204209110-
CMYK0.0200.470.18
HSL63.03º51.83%62.55%-
HSV(B)63.03º47.37%81.96%-
XYZ50.5259.5623.59-
YUV196.2279.34133.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=39.01%
G=39.96%
B=21.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042091100.0200.470.1863.0351.8362.55
HexCCD16E202F123f343f
Octal314321156205722776477
Binary1100110011010001110111010010111110010111111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD16E; }

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

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

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

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

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

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

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

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