#cedb63

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

Shades of Goldenrod #CEDB63

Tints of Goldenrod #CEDB63

Color information

#CEDB63 (or 0xCEDB63) is unknown color: approx Goldenrod. HEX triplet: CE, DB and 63. RGB value is (206,219,99). Sum of RGB (Red+Green+Blue) = 206+219+99=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB63 is #31249C. Grayscale: #C9C9C9. Windows color (decimal): -3220637 or 6544334. OLE color: 6544334.

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

Color convert

RGB20621999-
CMYK0.0600.550.14
HSL66.5º62.5%62.35%-
HSV(B)66.5º54.79%85.88%-
XYZ53.0464.6921.49-
YUV201.4370.19131.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 99 (39.06% from 255) = 18.89%
R=39.31%
G=41.79%
B=18.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206219990.0600.550.1466.562.562.35
HexCEDB636037E423e3e
Octal3163331436067161027676
Binary11001110110110111100011110011011111101000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cedb63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cedb63; }

 p { color: rgb(206,219,99); }

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

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

 a { background-color: rgb(206,219,99); }

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

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

 span { border-color: rgb(206,219,99); }

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