#cf840e

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

Shades of Dark Goldenrod #CF840E

Tints of Dark Goldenrod #CF840E

Color information

#CF840E (or 0xCF840E) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 84 and 0E. RGB value is (207,132,14). Sum of RGB (Red+Green+Blue) = 207+132+14=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF840E is #307BF1. Grayscale: #8D8D8D. Windows color (decimal): -3177458 or 951503. OLE color: 951503.

HSL color Cylindrical-coordinate representation of color #CF840E: hue angle of 36.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF840E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20713214-
CMYK00.360.930.19
HSL36.68º87.33%43.33%-
HSV(B)36.68º93.24%81.18%-
XYZ34.0629.84.37-
YUV140.9756.35175.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.64%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 14 (5.86% from 255) = 3.97%
R=58.64%
G=37.39%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071321400.360.930.1936.6887.3343.33
HexCF84E0245D1325572b
Octal31720416044135234512753
Binary1100111110000100111001001001011101100111001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf840e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf840e; }

 p { color: rgb(207,132,14); }

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

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

 a { background-color: rgb(207,132,14); }

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

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

 span { border-color: rgb(207,132,14); }

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