Html Css Color HEX #D78529 Dixie

📋 copy color: '#D78529'

red 215 ◦ green 133 ◦ blue 41

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

Shades of Dixie #D78529

Tints of Dixie #D78529

RGB

 RED value IS 215 (84.38% from 255) = 55.27%

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

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 55.27%
G = 34.19%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D78529 (or 0xD78529) is known color: Dixie. HEX triplet: D7, 85 and 29. RGB value is (215,133,41). Sum of RGB (Red+Green+Blue) = 215+133+41=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D78529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78529 is #287AD6. Grayscale: #939393. Windows color (decimal): -2652887 or 2721239. OLE color: 2721239.

HSL color Cylindrical-coordinate representation of color #D78529: hue angle of 31.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D78529 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 41 -
CMYK 0 0.38 0.81 0.16
HSL 31.72º 0.69% 0.5% -
HSV(B) 31.72º 0.81% 0.84% -
XYZ 36.81 31.38 6.21 -
YUV 147.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 215 133 41 0 0.38 0.81 0.16 31.72 0.69 0.5
Hex D7 85 29 0 26 51 10 20 45 32
Octal 327 205 51 0 46 121 20 40 105 62
Binary 11010111 10000101 101001 0 100110 1010001 10000 100000 1000101 110010

Color Harmonies of #D78529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78529

Black with #D78529

Text Example


Text Example

White with #D78529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78529; }

 p { color: rgb(215,133,41); }

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

background-color css

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

 a { background-color: rgb(215,133,41); }

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

border-color css

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

 span { border-color: rgb(215,133,41); }

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