Html Css Color HEX #CE842C Dixie

📋 copy color: '#CE842C'

red 206 ◦ green 132 ◦ blue 44

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

Shades of Dixie #CE842C

Tints of Dixie #CE842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 53.93%
G = 34.55%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE842C (or 0xCE842C) is known color: Dixie. HEX triplet: CE, 84 and 2C. RGB value is (206,132,44). Sum of RGB (Red+Green+Blue) = 206+132+44=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE842C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE842C is #317BD3. Grayscale: #909090. Windows color (decimal): -3242964 or 2917582. OLE color: 2917582.

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

Color convert

RGB 206 132 44 -
CMYK 0 0.36 0.79 0.19
HSL 32.59º 0.65% 0.49% -
HSV(B) 32.59º 0.79% 0.81% -
XYZ 34.16 29.81 6.34 -
YUV 144.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 206 132 44 0 0.36 0.79 0.19 32.59 0.65 0.49
Hex CE 84 2C 0 24 4F 13 21 41 31
Octal 316 204 54 0 44 117 23 41 101 61
Binary 11001110 10000100 101100 0 100100 1001111 10011 100001 1000001 110001

Color Harmonies of #CE842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE842C

Black with #CE842C

Text Example


Text Example

White with #CE842C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE842C; }

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

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

background-color css

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

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

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

border-color css

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

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

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