#CF8200

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

Shades of Dark Goldenrod #CF8200

Tints of Dark Goldenrod #CF8200

Color information

#CF8200 (or 0xCF8200) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 82 and 00. RGB value is (207,130,0). Sum of RGB (Red+Green+Blue) = 207+130+0=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8200 is #307DFF. Grayscale: #8A8A8A. Windows color (decimal): -3177984 or 33487. OLE color: 33487.

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

Color convert

RGB2071300-
CMYK00.3710.19
HSL37.68º100%40.59%-
HSV(B)37.68º100%81.18%-
XYZ33.7129.233.87-
YUV138.250.01177.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.42%
G=38.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207130000.3710.1937.6810040.59
HexCF8200256413266429
Octal3172020045144234614451
Binary1100111110000010001001011100100100111001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8200; }

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

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

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

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

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

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

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

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