#CF830C

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

Shades of Dark Goldenrod #CF830C

Tints of Dark Goldenrod #CF830C

Color information

#CF830C (or 0xCF830C) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 83 and 0C. RGB value is (207,131,12). Sum of RGB (Red+Green+Blue) = 207+131+12=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF830C is #307CF3. Grayscale: #8C8C8C. Windows color (decimal): -3177716 or 820175. OLE color: 820175.

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

Color convert

RGB20713112-
CMYK00.370.940.19
HSL36.62º89.04%42.94%-
HSV(B)36.62º94.2%81.18%-
XYZ33.9129.524.26-
YUV140.1655.68175.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=59.14%
G=37.43%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071311200.370.940.1936.6289.0442.94
HexCF83C0255E1325592b
Octal31720314045136234513153
Binary1100111110000011110001001011011110100111001011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF830C; }

 p { color: rgb(207,131,12); }

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

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

 a { background-color: rgb(207,131,12); }

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

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

 span { border-color: rgb(207,131,12); }

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