Html Css Color HEX #DA8328 Dixie

📋 copy color: '#DA8328'

red 218 ◦ green 131 ◦ blue 40

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

Shades of Dixie #DA8328

Tints of Dixie #DA8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 56.04%
G = 33.68%
B = 10.28%

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

#DA8328 (or 0xDA8328) is known color: Dixie. HEX triplet: DA, 83 and 28. RGB value is (218,131,40). Sum of RGB (Red+Green+Blue) = 218+131+40=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8328 is #257CD7. Grayscale: #939393. Windows color (decimal): -2456792 or 2655194. OLE color: 2655194.

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

Color convert

RGB 218 131 40 -
CMYK 0 0.40 0.82 0.15
HSL 30.67º 0.71% 0.51% -
HSV(B) 30.67º 0.82% 0.85% -
XYZ 37.41 31.29 6.08 -
YUV 146.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 218 131 40 0 0.40 0.82 0.15 30.67 0.71 0.51
Hex DA 83 28 0 28 52 F 1F 47 33
Octal 332 203 50 0 50 122 17 37 107 63
Binary 11011010 10000011 101000 0 101000 1010010 1111 11111 1000111 110011

Color Harmonies of #DA8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8328

Black with #DA8328

Text Example


Text Example

White with #DA8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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