Html Css Color HEX #DA882D Dixie

📋 copy color: '#DA882D'

red 218 ◦ green 136 ◦ blue 45

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

Shades of Dixie #DA882D

Tints of Dixie #DA882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

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

R = 54.64%
G = 34.09%
B = 11.28%

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

#DA882D (or 0xDA882D) is known color: Dixie. HEX triplet: DA, 88 and 2D. RGB value is (218,136,45). Sum of RGB (Red+Green+Blue) = 218+136+45=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA882D is #2577D2. Grayscale: #969696. Windows color (decimal): -2455507 or 2984154. OLE color: 2984154.

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

Color convert

RGB 218 136 45 -
CMYK 0 0.38 0.79 0.15
HSL 31.56º 0.7% 0.52% -
HSV(B) 31.56º 0.79% 0.85% -
XYZ 38.19 32.7 6.78 -
YUV 150.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 218 136 45 0 0.38 0.79 0.15 31.56 0.7 0.52
Hex DA 88 2D 0 26 4F F 20 46 34
Octal 332 210 55 0 46 117 17 40 106 64
Binary 11011010 10001000 101101 0 100110 1001111 1111 100000 1000110 110100

Color Harmonies of #DA882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA882D

Black with #DA882D

Text Example


Text Example

White with #DA882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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