Html Css Color HEX #DA8528 Dixie

📋 copy color: '#DA8528'

red 218 ◦ green 133 ◦ blue 40

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

Shades of Dixie #DA8528

Tints of Dixie #DA8528

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 55.75%
G = 34.02%
B = 10.23%

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

#DA8528 (or 0xDA8528) is known color: Dixie. HEX triplet: DA, 85 and 28. RGB value is (218,133,40). Sum of RGB (Red+Green+Blue) = 218+133+40=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8528 is #257AD7. Grayscale: #949494. Windows color (decimal): -2456280 or 2655706. OLE color: 2655706.

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

Color convert

RGB 218 133 40 -
CMYK 0 0.39 0.82 0.15
HSL 31.35º 0.71% 0.51% -
HSV(B) 31.35º 0.82% 0.85% -
XYZ 37.68 31.83 6.17 -
YUV 147.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 218 133 40 0 0.39 0.82 0.15 31.35 0.71 0.51
Hex DA 85 28 0 27 52 F 1F 47 33
Octal 332 205 50 0 47 122 17 37 107 63
Binary 11011010 10000101 101000 0 100111 1010010 1111 11111 1000111 110011

Color Harmonies of #DA8528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8528

Black with #DA8528

Text Example


Text Example

White with #DA8528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8528; }

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

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

background-color css

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

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

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

border-color css

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

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

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