#CED86D

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

Shades of Goldenrod #CED86D

Tints of Goldenrod #CED86D

Color information

#CED86D (or 0xCED86D) is unknown color: approx Goldenrod. HEX triplet: CE, D8 and 6D. RGB value is (206,216,109). Sum of RGB (Red+Green+Blue) = 206+216+109=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86D is #312792. Grayscale: #C9C9C9. Windows color (decimal): -3221395 or 7198926. OLE color: 7198926.

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

Color convert

RGB206216109-
CMYK0.0500.500.15
HSL65.61º57.84%63.73%-
HSV(B)65.61º49.54%84.71%-
XYZ52.7763.3423.91-
YUV200.8176.19131.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=38.79%
G=40.68%
B=20.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062161090.0500.500.1565.6157.8463.73
HexCED86D5032F423a40
Octal31633015550621710272100
Binary110011101101100011011011010110010111110000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED86D; }

 p { color: rgb(206,216,109); }

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

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

 a { background-color: rgb(206,216,109); }

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

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

 span { border-color: rgb(206,216,109); }

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