#CED966

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

Shades of Goldenrod #CED966

Tints of Goldenrod #CED966

Color information

#CED966 (or 0xCED966) is unknown color: approx Goldenrod. HEX triplet: CE, D9 and 66. RGB value is (206,217,102). Sum of RGB (Red+Green+Blue) = 206+217+102=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #CED966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED966 is #312699. Grayscale: #C9C9C9. Windows color (decimal): -3221146 or 6740430. OLE color: 6740430.

HSL color Cylindrical-coordinate representation of color #CED966: hue angle of 65.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED966 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB206217102-
CMYK0.0500.530.15
HSL65.74º60.21%62.55%-
HSV(B)65.74º53%85.1%-
XYZ52.6663.7122.09-
YUV200.672.36131.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=39.24%
G=41.33%
B=19.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171020.0500.530.1565.7460.2162.55
HexCED9665035F423c3f
Octal3163311465065171027477
Binary11001110110110011100110101011010111111000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED966; }

 p { color: rgb(206,217,102); }

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

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

 a { background-color: rgb(206,217,102); }

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

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

 span { border-color: rgb(206,217,102); }

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