#ce8228

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

Shades of Dixie #CE8228

Tints of Dixie #CE8228

Color information

#CE8228 (or 0xCE8228) is unknown color: approx Dixie. HEX triplet: CE, 82 and 28. RGB value is (206,130,40). Sum of RGB (Red+Green+Blue) = 206+130+40=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8228 is #317DD7. Grayscale: #8E8E8E. Windows color (decimal): -3243480 or 2654926. OLE color: 2654926.

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

Color convert

RGB20613040-
CMYK00.370.810.19
HSL32.53º67.48%48.24%-
HSV(B)32.53º80.58%80.78%-
XYZ33.8229.245.87-
YUV142.4670.18173.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.79%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 40 (16.02% from 255) = 10.64%
R=54.79%
G=34.57%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061304000.370.810.1932.5367.4848.24
HexCE82280255113214330
Octal31620250045121234110360
Binary110011101000001010100001001011010001100111000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8228; }

 p { color: rgb(206,130,40); }

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

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

 a { background-color: rgb(206,130,40); }

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

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

 span { border-color: rgb(206,130,40); }

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