Html Css Color HEX #DA872D Dixie

📋 copy color: '#DA872D'

red 218 ◦ green 135 ◦ blue 45

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

Shades of Dixie #DA872D

Tints of Dixie #DA872D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 54.77%
G = 33.92%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA872D (or 0xDA872D) is known color: Dixie. HEX triplet: DA, 87 and 2D. RGB value is (218,135,45). Sum of RGB (Red+Green+Blue) = 218+135+45=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA872D is #2578D2. Grayscale: #959595. Windows color (decimal): -2455763 or 2983898. OLE color: 2983898.

HSL color Cylindrical-coordinate representation of color #DA872D: hue angle of 31.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA872D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 45 -
CMYK 0 0.38 0.79 0.15
HSL 31.21º 0.7% 0.52% -
HSV(B) 31.21º 0.79% 0.85% -
XYZ 38.05 32.42 6.74 -
YUV 149.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 218 135 45 0 0.38 0.79 0.15 31.21 0.7 0.52
Hex DA 87 2D 0 26 4F F 1F 46 34
Octal 332 207 55 0 46 117 17 37 106 64
Binary 11011010 10000111 101101 0 100110 1001111 1111 11111 1000110 110100

Color Harmonies of #DA872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA872D

Black with #DA872D

Text Example


Text Example

White with #DA872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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