Html Css Color HEX #CE8029 Dixie

📋 copy color: '#CE8029'

red 206 ◦ green 128 ◦ blue 41

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

Shades of Dixie #CE8029

Tints of Dixie #CE8029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 54.93%
G = 34.13%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE8029 (or 0xCE8029) is known color: Dixie. HEX triplet: CE, 80 and 29. RGB value is (206,128,41). Sum of RGB (Red+Green+Blue) = 206+128+41=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8029 is #317FD6. Grayscale: #8D8D8D. Windows color (decimal): -3243991 or 2719950. OLE color: 2719950.

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

Color convert

RGB 206 128 41 -
CMYK 0 0.38 0.80 0.19
HSL 31.64º 0.67% 0.48% -
HSV(B) 31.64º 0.8% 0.81% -
XYZ 33.57 28.72 5.87 -
YUV 141.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 206 128 41 0 0.38 0.80 0.19 31.64 0.67 0.48
Hex CE 80 29 0 26 50 13 20 43 30
Octal 316 200 51 0 46 120 23 40 103 60
Binary 11001110 10000000 101001 0 100110 1010000 10011 100000 1000011 110000

Color Harmonies of #CE8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8029

Black with #CE8029

Text Example


Text Example

White with #CE8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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