Html Css Color HEX #DA8227 Dixie

📋 copy color: '#DA8227'

red 218 ◦ green 130 ◦ blue 39

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

Shades of Dixie #DA8227

Tints of Dixie #DA8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.08%

R = 56.33%
G = 33.59%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8227 (or 0xDA8227) is known color: Dixie. HEX triplet: DA, 82 and 27. RGB value is (218,130,39). Sum of RGB (Red+Green+Blue) = 218+130+39=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8227 is #257DD8. Grayscale: #929292. Windows color (decimal): -2457049 or 2589402. OLE color: 2589402.

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

Color convert

RGB 218 130 39 -
CMYK 0 0.40 0.82 0.15
HSL 30.5º 0.71% 0.5% -
HSV(B) 30.5º 0.82% 0.85% -
XYZ 37.26 31.02 5.94 -
YUV 145.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 218 130 39 0 0.40 0.82 0.15 30.5 0.71 0.5
Hex DA 82 27 0 28 52 F 1F 47 32
Octal 332 202 47 0 50 122 17 37 107 62
Binary 11011010 10000010 100111 0 101000 1010010 1111 11111 1000111 110010

Color Harmonies of #DA8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8227

Black with #DA8227

Text Example


Text Example

White with #DA8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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