#cf8100

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

Shades of Dark Goldenrod #CF8100

Tints of Dark Goldenrod #CF8100

Color information

#CF8100 (or 0xCF8100) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 81 and 00. RGB value is (207,129,0). Sum of RGB (Red+Green+Blue) = 207+129+0=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8100 is #307EFF. Grayscale: #8A8A8A. Windows color (decimal): -3178240 or 33231. OLE color: 33231.

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

Color convert

RGB2071290-
CMYK00.3810.19
HSL37.39º100%40.59%-
HSV(B)37.39º100%81.18%-
XYZ33.5828.973.82-
YUV137.6250.34177.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.61%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.61%
G=38.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207129000.3810.1937.3910040.59
HexCF8100266413256429
Octal3172010046144234514451
Binary1100111110000001001001101100100100111001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8100; }

 p { color: rgb(207,129,0); }

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

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

 a { background-color: rgb(207,129,0); }

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

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

 span { border-color: rgb(207,129,0); }

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