Html Css Color HEX #DA8431 Dixie

📋 copy color: '#DA8431'

red 218 ◦ green 132 ◦ blue 49

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

Shades of Dixie #DA8431

Tints of Dixie #DA8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 54.64%
G = 33.08%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8431 (or 0xDA8431) is known color: Dixie. HEX triplet: DA, 84 and 31. RGB value is (218,132,49). Sum of RGB (Red+Green+Blue) = 218+132+49=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8431 is #257BCE. Grayscale: #949494. Windows color (decimal): -2456527 or 3245274. OLE color: 3245274.

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

Color convert

RGB 218 132 49 -
CMYK 0 0.39 0.78 0.15
HSL 29.47º 0.7% 0.52% -
HSV(B) 29.47º 0.78% 0.85% -
XYZ 37.72 31.63 7.02 -
YUV 148.25 71.99 177.75 -
System Red Green Blue C M Y K H S L
Decimal 218 132 49 0 0.39 0.78 0.15 29.47 0.7 0.52
Hex DA 84 31 0 27 4E F 1D 46 34
Octal 332 204 61 0 47 116 17 35 106 64
Binary 11011010 10000100 110001 0 100111 1001110 1111 11101 1000110 110100

Color Harmonies of #DA8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8431

Black with #DA8431

Text Example


Text Example

White with #DA8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8431; }

 p { color: rgb(218,132,49); }

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

background-color css

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

 a { background-color: rgb(218,132,49); }

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

border-color css

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

 span { border-color: rgb(218,132,49); }

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