#CE8D14

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

Shades of Dark Goldenrod #CE8D14

Tints of Dark Goldenrod #CE8D14

Color information

#CE8D14 (or 0xCE8D14) is unknown color: approx Dark Goldenrod. HEX triplet: CE, 8D and 14. RGB value is (206,141,20). Sum of RGB (Red+Green+Blue) = 206+141+20=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8D14 is #3172EB. Grayscale: #939393. Windows color (decimal): -3240684 or 1347022. OLE color: 1347022.

HSL color Cylindrical-coordinate representation of color #CE8D14: hue angle of 39.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8D14 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20614120-
CMYK00.320.900.19
HSL39.03º82.3%44.31%-
HSV(B)39.03º90.29%80.78%-
XYZ35.132.225.03-
YUV146.6456.53170.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.13%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 20 (8.20% from 255) = 5.45%
R=56.13%
G=38.42%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061412000.320.900.1939.0382.344.31
HexCE8D140205A1327522c
Octal31621524040132234712254
Binary11001110100011011010001000001011010100111001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D14; }

 p { color: rgb(206,141,20); }

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

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

 a { background-color: rgb(206,141,20); }

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

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

 span { border-color: rgb(206,141,20); }

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