Html Css Color HEX #DA872C Dixie

📋 copy color: '#DA872C'

red 218 ◦ green 135 ◦ blue 44

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

Shades of Dixie #DA872C

Tints of Dixie #DA872C

RGB

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

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

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

R = 54.91%
G = 34.01%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA872C (or 0xDA872C) is known color: Dixie. HEX triplet: DA, 87 and 2C. RGB value is (218,135,44). Sum of RGB (Red+Green+Blue) = 218+135+44=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA872C is #2578D3. Grayscale: #959595. Windows color (decimal): -2455764 or 2918362. OLE color: 2918362.

HSL color Cylindrical-coordinate representation of color #DA872C: hue angle of 31.38º 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 #DA872C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 44 -
CMYK 0 0.38 0.80 0.15
HSL 31.38º 0.7% 0.51% -
HSV(B) 31.38º 0.8% 0.85% -
XYZ 38.03 32.42 6.64 -
YUV 149.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 218 135 44 0 0.38 0.80 0.15 31.38 0.7 0.51
Hex DA 87 2C 0 26 50 F 1F 46 33
Octal 332 207 54 0 46 120 17 37 106 63
Binary 11011010 10000111 101100 0 100110 1010000 1111 11111 1000110 110011

Color Harmonies of #DA872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA872C

Black with #DA872C

Text Example


Text Example

White with #DA872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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