#CE812D

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

Shades of Dixie #CE812D

Tints of Dixie #CE812D

Color information

#CE812D (or 0xCE812D) is unknown color: approx Dixie. HEX triplet: CE, 81 and 2D. RGB value is (206,129,45). Sum of RGB (Red+Green+Blue) = 206+129+45=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE812D is #317ED2. Grayscale: #8E8E8E. Windows color (decimal): -3243731 or 2982350. OLE color: 2982350.

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

Color convert

RGB20612945-
CMYK00.370.780.19
HSL31.3º64.14%49.22%-
HSV(B)31.3º78.16%80.78%-
XYZ33.7829.016.3-
YUV142.4573.01173.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 45 (17.97% from 255) = 11.84%
R=54.21%
G=33.95%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061294500.370.780.1931.364.1449.22
HexCE812D0254E131f4031
Octal31620155045116233710061
Binary11001110100000011011010100101100111010011111111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE812D; }

 p { color: rgb(206,129,45); }

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

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

 a { background-color: rgb(206,129,45); }

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

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

 span { border-color: rgb(206,129,45); }

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