Html Css Color HEX #CE872C Dixie

📋 copy color: '#CE872C'

red 206 ◦ green 135 ◦ blue 44

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

Shades of Dixie #CE872C

Tints of Dixie #CE872C

RGB

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

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

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

R = 53.51%
G = 35.06%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE872C (or 0xCE872C) is known color: Dixie. HEX triplet: CE, 87 and 2C. RGB value is (206,135,44). Sum of RGB (Red+Green+Blue) = 206+135+44=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE872C is #3178D3. Grayscale: #929292. Windows color (decimal): -3242196 or 2918350. OLE color: 2918350.

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

Color convert

RGB 206 135 44 -
CMYK 0 0.34 0.79 0.19
HSL 33.7º 0.65% 0.49% -
HSV(B) 33.7º 0.79% 0.81% -
XYZ 34.57 30.63 6.47 -
YUV 145.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 206 135 44 0 0.34 0.79 0.19 33.7 0.65 0.49
Hex CE 87 2C 0 22 4F 13 22 41 31
Octal 316 207 54 0 42 117 23 42 101 61
Binary 11001110 10000111 101100 0 100010 1001111 10011 100010 1000001 110001

Color Harmonies of #CE872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE872C

Black with #CE872C

Text Example


Text Example

White with #CE872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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