Html Css Color HEX #DA8326 Dixie

📋 copy color: '#DA8326'

red 218 ◦ green 131 ◦ blue 38

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

Shades of Dixie #DA8326

Tints of Dixie #DA8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 56.33%
G = 33.85%
B = 9.82%

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

#DA8326 (or 0xDA8326) is known color: Dixie. HEX triplet: DA, 83 and 26. RGB value is (218,131,38). Sum of RGB (Red+Green+Blue) = 218+131+38=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8326 is #257CD9. Grayscale: #929292. Windows color (decimal): -2456794 or 2524122. OLE color: 2524122.

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

Color convert

RGB 218 131 38 -
CMYK 0 0.40 0.83 0.15
HSL 31º 0.71% 0.5% -
HSV(B) 31º 0.83% 0.85% -
XYZ 37.38 31.28 5.9 -
YUV 146.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 218 131 38 0 0.40 0.83 0.15 31 0.71 0.5
Hex DA 83 26 0 28 53 F 1F 47 32
Octal 332 203 46 0 50 123 17 37 107 62
Binary 11011010 10000011 100110 0 101000 1010011 1111 11111 1000111 110010

Color Harmonies of #DA8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8326

Black with #DA8326

Text Example


Text Example

White with #DA8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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