#CF8400

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

Shades of Dark Goldenrod #CF8400

Tints of Dark Goldenrod #CF8400

Color information

#CF8400 (or 0xCF8400) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 84 and 00. RGB value is (207,132,0). Sum of RGB (Red+Green+Blue) = 207+132+0=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8400 is #307BFF. Grayscale: #8B8B8B. Windows color (decimal): -3177472 or 33999. OLE color: 33999.

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

Color convert

RGB2071320-
CMYK00.3610.19
HSL38.26º100%40.59%-
HSV(B)38.26º100%81.18%-
XYZ33.9829.773.95-
YUV139.3849.35176.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.06%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.06%
G=38.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207132000.3610.1938.2610040.59
HexCF8400246413266429
Octal3172040044144234614451
Binary1100111110000100001001001100100100111001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8400; }

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

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

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

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

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

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

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

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