#ce870a

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

Shades of Dark Goldenrod #CE870A

Tints of Dark Goldenrod #CE870A

Color information

#CE870A (or 0xCE870A) is unknown color: approx Dark Goldenrod. HEX triplet: CE, 87 and 0A. RGB value is (206,135,10). Sum of RGB (Red+Green+Blue) = 206+135+10=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE870A is #3178F5. Grayscale: #8E8E8E. Windows color (decimal): -3242230 or 690126. OLE color: 690126.

HSL color Cylindrical-coordinate representation of color #CE870A: hue angle of 38.27º 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 #CE870A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB20613510-
CMYK00.340.950.19
HSL38.27º90.74%42.35%-
HSV(B)38.27º95.15%80.78%-
XYZ34.1730.474.37-
YUV141.9853.52173.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.69%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 2.85%
R=58.69%
G=38.46%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061351000.340.950.1938.2790.7442.35
HexCE87A0225F13265b2a
Octal31620712042137234613352
Binary1100111010000111101001000101011111100111001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce870a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce870a; }

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

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

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

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

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

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

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

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