#cf8523

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

Shades of Dixie #CF8523

Tints of Dixie #CF8523

Color information

#CF8523 (or 0xCF8523) is unknown color: approx Dixie. HEX triplet: CF, 85 and 23. RGB value is (207,133,35). Sum of RGB (Red+Green+Blue) = 207+133+35=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8523 is #307ADC. Grayscale: #909090. Windows color (decimal): -3177181 or 2328015. OLE color: 2328015.

HSL color Cylindrical-coordinate representation of color #CF8523: hue angle of 34.19º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF8523 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB20713335-
CMYK00.360.830.19
HSL34.19º71.07%47.45%-
HSV(B)34.19º83.09%81.18%-
XYZ34.4230.165.6-
YUV143.9566.52172.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 35 (14.06% from 255) = 9.33%
R=55.2%
G=35.47%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071333500.360.830.1934.1971.0747.45
HexCF8523024531322472f
Octal31720543044123234210757
Binary110011111000010110001101001001010011100111000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8523; }

 p { color: rgb(207,133,35); }

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

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

 a { background-color: rgb(207,133,35); }

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

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

 span { border-color: rgb(207,133,35); }

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