Html Css Color HEX #DA8428 Dixie

📋 copy color: '#DA8428'

red 218 ◦ green 132 ◦ blue 40

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

Shades of Dixie #DA8428

Tints of Dixie #DA8428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 55.9%
G = 33.85%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA8428 (or 0xDA8428) is known color: Dixie. HEX triplet: DA, 84 and 28. RGB value is (218,132,40). Sum of RGB (Red+Green+Blue) = 218+132+40=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8428 is #257BD7. Grayscale: #939393. Windows color (decimal): -2456536 or 2655450. OLE color: 2655450.

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

Color convert

RGB 218 132 40 -
CMYK 0 0.39 0.82 0.15
HSL 31.01º 0.71% 0.51% -
HSV(B) 31.01º 0.82% 0.85% -
XYZ 37.55 31.56 6.12 -
YUV 147.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 218 132 40 0 0.39 0.82 0.15 31.01 0.71 0.51
Hex DA 84 28 0 27 52 F 1F 47 33
Octal 332 204 50 0 47 122 17 37 107 63
Binary 11011010 10000100 101000 0 100111 1010010 1111 11111 1000111 110011

Color Harmonies of #DA8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8428

Black with #DA8428

Text Example


Text Example

White with #DA8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8428; }

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

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

background-color css

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

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

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

border-color css

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

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

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