#CEDC6D

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

Shades of Goldenrod #CEDC6D

Tints of Goldenrod #CEDC6D

Color information

#CEDC6D (or 0xCEDC6D) is unknown color: approx Goldenrod. HEX triplet: CE, DC and 6D. RGB value is (206,220,109). Sum of RGB (Red+Green+Blue) = 206+220+109=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC6D is #312392. Grayscale: #CBCBCB. Windows color (decimal): -3220371 or 7199950. OLE color: 7199950.

HSL color Cylindrical-coordinate representation of color #CEDC6D: hue angle of 67.57º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEDC6D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB206220109-
CMYK0.0600.500.14
HSL67.57º61.33%64.51%-
HSV(B)67.57º50.45%86.27%-
XYZ53.8165.4124.26-
YUV203.1674.86130.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 109 (42.97% from 255) = 20.37%
R=38.50%
G=41.12%
B=20.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201090.0600.500.1467.5761.3364.51
HexCEDC6D6032E443d41
Octal31633415560621610475101
Binary110011101101110011011011100110010111010001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC6D; }

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

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

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

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

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

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

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

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