#CE8A2B

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

Shades of Dixie #CE8A2B

Tints of Dixie #CE8A2B

Color information

#CE8A2B (or 0xCE8A2B) is unknown color: approx Dixie. HEX triplet: CE, 8A and 2B. RGB value is (206,138,43). Sum of RGB (Red+Green+Blue) = 206+138+43=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8A2B is #3175D4. Grayscale: #939393. Windows color (decimal): -3241429 or 2853582. OLE color: 2853582.

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

Color convert

RGB20613843-
CMYK00.330.790.19
HSL34.97º65.46%48.82%-
HSV(B)34.97º79.13%80.78%-
XYZ34.9831.476.52-
YUV147.569.03169.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 43 (17.19% from 255) = 11.11%
R=53.23%
G=35.66%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061384300.330.790.1934.9765.4648.82
HexCE8A2B0214F13234131
Octal31621253041117234310161
Binary110011101000101010101101000011001111100111000111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A2B; }

 p { color: rgb(206,138,43); }

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

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

 a { background-color: rgb(206,138,43); }

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

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

 span { border-color: rgb(206,138,43); }

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