#CF820C

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

Shades of Dark Goldenrod #CF820C

Tints of Dark Goldenrod #CF820C

Color information

#CF820C (or 0xCF820C) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 82 and 0C. RGB value is (207,130,12). Sum of RGB (Red+Green+Blue) = 207+130+12=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF820C is #307DF3. Grayscale: #8C8C8C. Windows color (decimal): -3177972 or 819919. OLE color: 819919.

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

Color convert

RGB20713012-
CMYK00.370.940.19
HSL36.31º89.04%42.94%-
HSV(B)36.31º94.2%81.18%-
XYZ33.7829.264.21-
YUV139.5756.01176.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=59.31%
G=37.25%
B=3.44%

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
Decimal2071301200.370.940.1936.3189.0442.94
HexCF82C0255E1324592b
Octal31720214045136234413153
Binary1100111110000010110001001011011110100111001001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF820C; }

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

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

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

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

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

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

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

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