#CE8A03

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

Shades of Dark Goldenrod #CE8A03

Tints of Dark Goldenrod #CE8A03

Color information

#CE8A03 (or 0xCE8A03) is unknown color: approx Dark Goldenrod. HEX triplet: CE, 8A and 03. RGB value is (206,138,3). Sum of RGB (Red+Green+Blue) = 206+138+3=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A03 is #3175FC. Grayscale: #8F8F8F. Windows color (decimal): -3241469 or 232142. OLE color: 232142.

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

Color convert

RGB2061383-
CMYK00.330.990.19
HSL39.9º97.13%40.98%-
HSV(B)39.9º98.54%80.78%-
XYZ34.5631.314.31-
YUV142.9449.03172.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.37%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=59.37%
G=39.77%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206138300.330.990.1939.997.1340.98
HexCE8A30216313286129
Octal3162123041143235014151
Binary11001110100010101101000011100011100111010001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A03; }

 p { color: rgb(206,138,3); }

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

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

 a { background-color: rgb(206,138,3); }

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

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

 span { border-color: rgb(206,138,3); }

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