#ce8429

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

Shades of Dixie #CE8429

Tints of Dixie #CE8429

Color information

#CE8429 (or 0xCE8429) is unknown color: approx Dixie. HEX triplet: CE, 84 and 29. RGB value is (206,132,41). Sum of RGB (Red+Green+Blue) = 206+132+41=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8429 is #317BD6. Grayscale: #909090. Windows color (decimal): -3242967 or 2720974. OLE color: 2720974.

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

Color convert

RGB20613241-
CMYK00.360.800.19
HSL33.09º66.8%48.43%-
HSV(B)33.09º80.1%80.78%-
XYZ34.1129.786.05-
YUV143.7570.02172.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.35%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 41 (16.41% from 255) = 10.82%
R=54.35%
G=34.83%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061324100.360.800.1933.0966.848.43
HexCE84290245013214330
Octal31620451044120234110360
Binary110011101000010010100101001001010000100111000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8429; }

 p { color: rgb(206,132,41); }

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

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

 a { background-color: rgb(206,132,41); }

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

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

 span { border-color: rgb(206,132,41); }

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