Html Css Color HEX #DA8327 Dixie

📋 copy color: '#DA8327'

red 218 ◦ green 131 ◦ blue 39

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

Shades of Dixie #DA8327

Tints of Dixie #DA8327

RGB

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

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

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

R = 56.19%
G = 33.76%
B = 10.05%

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

#DA8327 (or 0xDA8327) is known color: Dixie. HEX triplet: DA, 83 and 27. RGB value is (218,131,39). Sum of RGB (Red+Green+Blue) = 218+131+39=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8327 is #257CD8. Grayscale: #929292. Windows color (decimal): -2456793 or 2589658. OLE color: 2589658.

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

Color convert

RGB 218 131 39 -
CMYK 0 0.40 0.82 0.15
HSL 30.84º 0.71% 0.5% -
HSV(B) 30.84º 0.82% 0.85% -
XYZ 37.4 31.28 5.99 -
YUV 146.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 218 131 39 0 0.40 0.82 0.15 30.84 0.71 0.5
Hex DA 83 27 0 28 52 F 1F 47 32
Octal 332 203 47 0 50 122 17 37 107 62
Binary 11011010 10000011 100111 0 101000 1010010 1111 11111 1000111 110010

Color Harmonies of #DA8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8327

Black with #DA8327

Text Example


Text Example

White with #DA8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8327; }

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

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

background-color css

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

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

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

border-color css

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

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

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