#CE8E0A

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

Shades of Dark Goldenrod #CE8E0A

Tints of Dark Goldenrod #CE8E0A

Color information

#CE8E0A (or 0xCE8E0A) is unknown color: approx Dark Goldenrod. HEX triplet: CE, 8E and 0A. RGB value is (206,142,10). Sum of RGB (Red+Green+Blue) = 206+142+10=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8E0A is #3171F5. Grayscale: #929292. Windows color (decimal): -3240438 or 691918. OLE color: 691918.

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

Color convert

RGB20614210-
CMYK00.310.950.19
HSL40.41º90.74%42.35%-
HSV(B)40.41º95.15%80.78%-
XYZ35.1832.494.7-
YUV146.0951.2170.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 10 (4.30% from 255) = 2.79%
R=57.54%
G=39.66%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061421000.310.950.1940.4190.7442.35
HexCE8EA01F5F13285b2a
Octal31621612037137235013352
Binary110011101000111010100111111011111100111010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E0A; }

 p { color: rgb(206,142,10); }

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

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

 a { background-color: rgb(206,142,10); }

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

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

 span { border-color: rgb(206,142,10); }

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