Html Css Color HEX #DA862C Dixie

📋 copy color: '#DA862C'

red 218 ◦ green 134 ◦ blue 44

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

Shades of Dixie #DA862C

Tints of Dixie #DA862C

RGB

 RED value IS 218 (85.55% from 255) = 55.05%

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

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

R = 55.05%
G = 33.84%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA862C (or 0xDA862C) is known color: Dixie. HEX triplet: DA, 86 and 2C. RGB value is (218,134,44). Sum of RGB (Red+Green+Blue) = 218+134+44=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA862C is #2579D3. Grayscale: #959595. Windows color (decimal): -2456020 or 2918106. OLE color: 2918106.

HSL color Cylindrical-coordinate representation of color #DA862C: hue angle of 31.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA862C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 134 44 -
CMYK 0 0.39 0.80 0.15
HSL 31.03º 0.7% 0.51% -
HSV(B) 31.03º 0.8% 0.85% -
XYZ 37.89 32.14 6.59 -
YUV 148.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 218 134 44 0 0.39 0.80 0.15 31.03 0.7 0.51
Hex DA 86 2C 0 27 50 F 1F 46 33
Octal 332 206 54 0 47 120 17 37 106 63
Binary 11011010 10000110 101100 0 100111 1010000 1111 11111 1000110 110011

Color Harmonies of #DA862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA862C

Black with #DA862C

Text Example


Text Example

White with #DA862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA862C; }

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

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

background-color css

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

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

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

border-color css

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

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

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