Html Css Color HEX #CE862C Dixie

📋 copy color: '#CE862C'

red 206 ◦ green 134 ◦ blue 44

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

Shades of Dixie #CE862C

Tints of Dixie #CE862C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 53.65%
G = 34.9%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE862C (or 0xCE862C) is known color: Dixie. HEX triplet: CE, 86 and 2C. RGB value is (206,134,44). Sum of RGB (Red+Green+Blue) = 206+134+44=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE862C is #3179D3. Grayscale: #919191. Windows color (decimal): -3242452 or 2918094. OLE color: 2918094.

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

Color convert

RGB 206 134 44 -
CMYK 0 0.35 0.79 0.19
HSL 33.33º 0.65% 0.49% -
HSV(B) 33.33º 0.79% 0.81% -
XYZ 34.43 30.35 6.43 -
YUV 145.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 206 134 44 0 0.35 0.79 0.19 33.33 0.65 0.49
Hex CE 86 2C 0 23 4F 13 21 41 31
Octal 316 206 54 0 43 117 23 41 101 61
Binary 11001110 10000110 101100 0 100011 1001111 10011 100001 1000001 110001

Color Harmonies of #CE862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE862C

Black with #CE862C

Text Example


Text Example

White with #CE862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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