Html Css Color HEX #DA8325 Dixie

📋 copy color: '#DA8325'

red 218 ◦ green 131 ◦ blue 37

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

Shades of Dixie #DA8325

Tints of Dixie #DA8325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 56.48%
G = 33.94%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8325 (or 0xDA8325) is known color: Dixie. HEX triplet: DA, 83 and 25. RGB value is (218,131,37). Sum of RGB (Red+Green+Blue) = 218+131+37=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8325 is #257CDA. Grayscale: #929292. Windows color (decimal): -2456795 or 2458586. OLE color: 2458586.

HSL color Cylindrical-coordinate representation of color #DA8325: hue angle of 31.16º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8325 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 37 -
CMYK 0 0.40 0.83 0.15
HSL 31.16º 0.71% 0.5% -
HSV(B) 31.16º 0.83% 0.85% -
XYZ 37.36 31.27 5.82 -
YUV 146.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 218 131 37 0 0.40 0.83 0.15 31.16 0.71 0.5
Hex DA 83 25 0 28 53 F 1F 47 32
Octal 332 203 45 0 50 123 17 37 107 62
Binary 11011010 10000011 100101 0 101000 1010011 1111 11111 1000111 110010

Color Harmonies of #DA8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8325

Black with #DA8325

Text Example


Text Example

White with #DA8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8325; }

 p { color: rgb(218,131,37); }

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

background-color css

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

 a { background-color: rgb(218,131,37); }

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

border-color css

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

 span { border-color: rgb(218,131,37); }

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