#CED170

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

Shades of Goldenrod #CED170

Tints of Goldenrod #CED170

Color information

#CED170 (or 0xCED170) is unknown color: approx Goldenrod. HEX triplet: CE, D1 and 70. RGB value is (206,209,112). Sum of RGB (Red+Green+Blue) = 206+209+112=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #CED170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED170 is #312E8F. Grayscale: #C5C5C5. Windows color (decimal): -3223184 or 7393742. OLE color: 7393742.

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

Color convert

RGB206209112-
CMYK0.0100.460.18
HSL61.86º51.32%62.94%-
HSV(B)61.86º46.41%81.96%-
XYZ51.1859.8924.19-
YUV197.0480.01134.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=39.09%
G=39.66%
B=21.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091120.0100.460.1861.8651.3262.94
HexCED170102E123e333f
Octal316321160105622766377
Binary110011101101000111100001010111010010111110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED170; }

 p { color: rgb(206,209,112); }

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

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

 a { background-color: rgb(206,209,112); }

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

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

 span { border-color: rgb(206,209,112); }

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