Html Css Color HEX #CE8329 Dixie

📋 copy color: '#CE8329'

red 206 ◦ green 131 ◦ blue 41

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

Shades of Dixie #CE8329

Tints of Dixie #CE8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 54.5%
G = 34.66%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE8329 (or 0xCE8329) is known color: Dixie. HEX triplet: CE, 83 and 29. RGB value is (206,131,41). Sum of RGB (Red+Green+Blue) = 206+131+41=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8329 is #317CD6. Grayscale: #8F8F8F. Windows color (decimal): -3243223 or 2720718. OLE color: 2720718.

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

Color convert

RGB 206 131 41 -
CMYK 0 0.36 0.80 0.19
HSL 32.73º 0.67% 0.48% -
HSV(B) 32.73º 0.8% 0.81% -
XYZ 33.97 29.51 6 -
YUV 143.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 206 131 41 0 0.36 0.80 0.19 32.73 0.67 0.48
Hex CE 83 29 0 24 50 13 21 43 30
Octal 316 203 51 0 44 120 23 41 103 60
Binary 11001110 10000011 101001 0 100100 1010000 10011 100001 1000011 110000

Color Harmonies of #CE8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8329

Black with #CE8329

Text Example


Text Example

White with #CE8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8329; }

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

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

background-color css

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

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

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

border-color css

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

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

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