Html Css Color HEX #DA8731 Dixie

📋 copy color: '#DA8731'

red 218 ◦ green 135 ◦ blue 49

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

Shades of Dixie #DA8731

Tints of Dixie #DA8731

RGB

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

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

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

R = 54.23%
G = 33.58%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8731 (or 0xDA8731) is known color: Dixie. HEX triplet: DA, 87 and 31. RGB value is (218,135,49). Sum of RGB (Red+Green+Blue) = 218+135+49=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8731 is #2578CE. Grayscale: #969696. Windows color (decimal): -2455759 or 3246042. OLE color: 3246042.

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

Color convert

RGB 218 135 49 -
CMYK 0 0.38 0.78 0.15
HSL 30.53º 0.7% 0.52% -
HSV(B) 30.53º 0.78% 0.85% -
XYZ 38.13 32.46 7.16 -
YUV 150.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 218 135 49 0 0.38 0.78 0.15 30.53 0.7 0.52
Hex DA 87 31 0 26 4E F 1F 46 34
Octal 332 207 61 0 46 116 17 37 106 64
Binary 11011010 10000111 110001 0 100110 1001110 1111 11111 1000110 110100

Color Harmonies of #DA8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8731

Black with #DA8731

Text Example


Text Example

White with #DA8731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8731; }

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

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

background-color css

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

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

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

border-color css

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

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

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