Html Css Color HEX #DA8225 Dixie

📋 copy color: '#DA8225'

red 218 ◦ green 130 ◦ blue 37

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

Shades of Dixie #DA8225

Tints of Dixie #DA8225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 56.62%
G = 33.77%
B = 9.61%

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

#DA8225 (or 0xDA8225) is known color: Dixie. HEX triplet: DA, 82 and 25. RGB value is (218,130,37). Sum of RGB (Red+Green+Blue) = 218+130+37=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8225 is #257DDA. Grayscale: #929292. Windows color (decimal): -2457051 or 2458330. OLE color: 2458330.

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

Color convert

RGB 218 130 37 -
CMYK 0 0.40 0.83 0.15
HSL 30.83º 0.71% 0.5% -
HSV(B) 30.83º 0.83% 0.85% -
XYZ 37.23 31 5.77 -
YUV 145.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 218 130 37 0 0.40 0.83 0.15 30.83 0.71 0.5
Hex DA 82 25 0 28 53 F 1F 47 32
Octal 332 202 45 0 50 123 17 37 107 62
Binary 11011010 10000010 100101 0 101000 1010011 1111 11111 1000111 110010

Color Harmonies of #DA8225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8225

Black with #DA8225

Text Example


Text Example

White with #DA8225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8225; }

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

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

background-color css

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

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

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

border-color css

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

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

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