Html Css Color HEX #DA8531 Dixie

📋 copy color: '#DA8531'

red 218 ◦ green 133 ◦ blue 49

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

Shades of Dixie #DA8531

Tints of Dixie #DA8531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

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

R = 54.5%
G = 33.25%
B = 12.25%

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

#DA8531 (or 0xDA8531) is known color: Dixie. HEX triplet: DA, 85 and 31. RGB value is (218,133,49). Sum of RGB (Red+Green+Blue) = 218+133+49=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8531 is #257ACE. Grayscale: #959595. Windows color (decimal): -2456271 or 3245530. OLE color: 3245530.

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

Color convert

RGB 218 133 49 -
CMYK 0 0.39 0.78 0.15
HSL 29.82º 0.7% 0.52% -
HSV(B) 29.82º 0.78% 0.85% -
XYZ 37.86 31.9 7.07 -
YUV 148.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 218 133 49 0 0.39 0.78 0.15 29.82 0.7 0.52
Hex DA 85 31 0 27 4E F 1E 46 34
Octal 332 205 61 0 47 116 17 36 106 64
Binary 11011010 10000101 110001 0 100111 1001110 1111 11110 1000110 110100

Color Harmonies of #DA8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8531

Black with #DA8531

Text Example


Text Example

White with #DA8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8531; }

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

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

background-color css

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

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

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

border-color css

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

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

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