#CED270

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

Shades of Goldenrod #CED270

Tints of Goldenrod #CED270

Color information

#CED270 (or 0xCED270) is unknown color: approx Goldenrod. HEX triplet: CE, D2 and 70. RGB value is (206,210,112). Sum of RGB (Red+Green+Blue) = 206+210+112=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #CED270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED270 is #312D8F. Grayscale: #C6C6C6. Windows color (decimal): -3222928 or 7393998. OLE color: 7393998.

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

Color convert

RGB206210112-
CMYK0.0200.470.18
HSL62.45º52.13%63.14%-
HSV(B)62.45º46.67%82.35%-
XYZ51.4260.3824.27-
YUV197.6379.67133.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 112 (44.14% from 255) = 21.21%
R=39.02%
G=39.77%
B=21.21%

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
Decimal2062101120.0200.470.1862.4552.1363.14
HexCED270202F123e343f
Octal316322160205722766477
Binary1100111011010010111000010010111110010111110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED270; }

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

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

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

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

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

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

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

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