#CE8805

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

Shades of Dark Goldenrod #CE8805

Tints of Dark Goldenrod #CE8805

Color information

#CE8805 (or 0xCE8805) is unknown color: approx Dark Goldenrod. HEX triplet: CE, 88 and 05. RGB value is (206,136,5). Sum of RGB (Red+Green+Blue) = 206+136+5=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8805 is #3177FA. Grayscale: #8E8E8E. Windows color (decimal): -3241979 or 362702. OLE color: 362702.

HSL color Cylindrical-coordinate representation of color #CE8805: hue angle of 39.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8805 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB2061365-
CMYK00.340.980.19
HSL39.1º95.26%41.37%-
HSV(B)39.1º97.57%80.78%-
XYZ34.2930.744.27-
YUV14250.69173.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.37%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=59.37%
G=39.19%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206136500.340.980.1939.195.2641.37
HexCE8850226213275f29
Octal3162105042142234713751
Binary110011101000100010101000101100010100111001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8805; }

 p { color: rgb(206,136,5); }

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

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

 a { background-color: rgb(206,136,5); }

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

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

 span { border-color: rgb(206,136,5); }

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