Html Css Color HEX #CE8729 Dixie

📋 copy color: '#CE8729'

red 206 ◦ green 135 ◦ blue 41

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

Shades of Dixie #CE8729

Tints of Dixie #CE8729

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 53.93%
G = 35.34%
B = 10.73%

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

#CE8729 (or 0xCE8729) is known color: Dixie. HEX triplet: CE, 87 and 29. RGB value is (206,135,41). Sum of RGB (Red+Green+Blue) = 206+135+41=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8729 is #3178D6. Grayscale: #919191. Windows color (decimal): -3242199 or 2721742. OLE color: 2721742.

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

Color convert

RGB 206 135 41 -
CMYK 0 0.34 0.80 0.19
HSL 34.18º 0.67% 0.48% -
HSV(B) 34.18º 0.8% 0.81% -
XYZ 34.52 30.61 6.19 -
YUV 145.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 206 135 41 0 0.34 0.80 0.19 34.18 0.67 0.48
Hex CE 87 29 0 22 50 13 22 43 30
Octal 316 207 51 0 42 120 23 42 103 60
Binary 11001110 10000111 101001 0 100010 1010000 10011 100010 1000011 110000

Color Harmonies of #CE8729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8729

Black with #CE8729

Text Example


Text Example

White with #CE8729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8729; }

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

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

background-color css

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

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

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

border-color css

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

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

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