Html Css Color HEX #D78329 Dixie

📋 copy color: '#D78329'

red 215 ◦ green 131 ◦ blue 41

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

Shades of Dixie #D78329

Tints of Dixie #D78329

RGB

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

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

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

R = 55.56%
G = 33.85%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D78329 (or 0xD78329) is known color: Dixie. HEX triplet: D7, 83 and 29. RGB value is (215,131,41). Sum of RGB (Red+Green+Blue) = 215+131+41=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D78329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78329 is #287CD6. Grayscale: #929292. Windows color (decimal): -2653399 or 2720727. OLE color: 2720727.

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

Color convert

RGB 215 131 41 -
CMYK 0 0.39 0.81 0.16
HSL 31.03º 0.69% 0.5% -
HSV(B) 31.03º 0.81% 0.84% -
XYZ 36.54 30.84 6.12 -
YUV 145.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 215 131 41 0 0.39 0.81 0.16 31.03 0.69 0.5
Hex D7 83 29 0 27 51 10 1F 45 32
Octal 327 203 51 0 47 121 20 37 105 62
Binary 11010111 10000011 101001 0 100111 1010001 10000 11111 1000101 110010

Color Harmonies of #D78329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78329

Black with #D78329

Text Example


Text Example

White with #D78329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78329; }

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

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

background-color css

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

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

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

border-color css

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

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

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