Html Css Color HEX #CE8829 Dixie

📋 copy color: '#CE8829'

red 206 ◦ green 136 ◦ blue 41

#CE8829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #CE8829

Tints of Dixie #CE8829

RGB

 RED value IS 206 (80.86% from 255) = 53.79%

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 53.79%
G = 35.51%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE8829 (or 0xCE8829) is known color: Dixie. HEX triplet: CE, 88 and 29. RGB value is (206,136,41). Sum of RGB (Red+Green+Blue) = 206+136+41=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8829 is #3177D6. Grayscale: #929292. Windows color (decimal): -3241943 or 2721998. OLE color: 2721998.

HSL color Cylindrical-coordinate representation of color #CE8829: hue angle of 34.55º 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 #CE8829 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 136 41 -
CMYK 0 0.34 0.80 0.19
HSL 34.55º 0.67% 0.48% -
HSV(B) 34.55º 0.8% 0.81% -
XYZ 34.66 30.89 6.23 -
YUV 146.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 206 136 41 0 0.34 0.80 0.19 34.55 0.67 0.48
Hex CE 88 29 0 22 50 13 23 43 30
Octal 316 210 51 0 42 120 23 43 103 60
Binary 11001110 10001000 101001 0 100010 1010000 10011 100011 1000011 110000

Color Harmonies of #CE8829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8829

Black with #CE8829

Text Example


Text Example

White with #CE8829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8829; }

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

 H1.HeaderClassName
 {
   color: #CE8829;
 }
 .AnyTagClassName
 {
   color: #CE8829;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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