#CF8628

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

Shades of Dixie #CF8628

Tints of Dixie #CF8628

Color information

#CF8628 (or 0xCF8628) is unknown color: approx Dixie. HEX triplet: CF, 86 and 28. RGB value is (207,134,40). Sum of RGB (Red+Green+Blue) = 207+134+40=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8628 is #3079D7. Grayscale: #919191. Windows color (decimal): -3176920 or 2655951. OLE color: 2655951.

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

Color convert

RGB20713440-
CMYK00.350.810.19
HSL33.77º67.61%48.43%-
HSV(B)33.77º80.68%81.18%-
XYZ34.6430.476.06-
YUV145.1168.68172.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.33%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 40 (16.02% from 255) = 10.50%
R=54.33%
G=35.17%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071344000.350.810.1933.7767.6148.43
HexCF86280235113224430
Octal31720650043121234210460
Binary110011111000011010100001000111010001100111000101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8628; }

 p { color: rgb(207,134,40); }

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

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

 a { background-color: rgb(207,134,40); }

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

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

 span { border-color: rgb(207,134,40); }

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