#CED972

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

Shades of Goldenrod #CED972

Tints of Goldenrod #CED972

Color information

#CED972 (or 0xCED972) is unknown color: approx Goldenrod. HEX triplet: CE, D9 and 72. RGB value is (206,217,114). Sum of RGB (Red+Green+Blue) = 206+217+114=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #CED972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED972 is #31268D. Grayscale: #CACACA. Windows color (decimal): -3221134 or 7526862. OLE color: 7526862.

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

Color convert

RGB206217114-
CMYK0.0500.470.15
HSL66.41º57.54%64.9%-
HSV(B)66.41º47.47%85.1%-
XYZ53.363.9625.46-
YUV201.9778.36130.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=38.36%
G=40.41%
B=21.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171140.0500.470.1566.4157.5464.9
HexCED972502FF423a41
Octal31633116250571710272101
Binary110011101101100111100101010101111111110000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED972; }

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

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

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

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

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

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

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

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