Html Css Color HEX #CE862A Dixie

📋 copy color: '#CE862A'

red 206 ◦ green 134 ◦ blue 42

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

Shades of Dixie #CE862A

Tints of Dixie #CE862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 53.93%
G = 35.08%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE862A (or 0xCE862A) is known color: Dixie. HEX triplet: CE, 86 and 2A. RGB value is (206,134,42). Sum of RGB (Red+Green+Blue) = 206+134+42=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE862A is #3179D5. Grayscale: #919191. Windows color (decimal): -3242454 or 2787022. OLE color: 2787022.

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

Color convert

RGB 206 134 42 -
CMYK 0 0.35 0.80 0.19
HSL 33.66º 0.66% 0.49% -
HSV(B) 33.66º 0.8% 0.81% -
XYZ 34.4 30.34 6.23 -
YUV 145.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 206 134 42 0 0.35 0.80 0.19 33.66 0.66 0.49
Hex CE 86 2A 0 23 50 13 22 42 31
Octal 316 206 52 0 43 120 23 42 102 61
Binary 11001110 10000110 101010 0 100011 1010000 10011 100010 1000010 110001

Color Harmonies of #CE862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE862A

Black with #CE862A

Text Example


Text Example

White with #CE862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE862A; }

 p { color: rgb(206,134,42); }

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

background-color css

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

 a { background-color: rgb(206,134,42); }

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

border-color css

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

 span { border-color: rgb(206,134,42); }

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