Html Css Color HEX #D78324 Dixie

📋 copy color: '#D78324'

red 215 ◦ green 131 ◦ blue 36

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

Shades of Dixie #D78324

Tints of Dixie #D78324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 56.28%
G = 34.29%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D78324 (or 0xD78324) is known color: Dixie. HEX triplet: D7, 83 and 24. RGB value is (215,131,36). Sum of RGB (Red+Green+Blue) = 215+131+36=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D78324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78324 is #287CDB. Grayscale: #919191. Windows color (decimal): -2653404 or 2393047. OLE color: 2393047.

HSL color Cylindrical-coordinate representation of color #D78324: hue angle of 31.84º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D78324 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 36 -
CMYK 0 0.39 0.83 0.16
HSL 31.84º 0.71% 0.49% -
HSV(B) 31.84º 0.83% 0.84% -
XYZ 36.46 30.81 5.69 -
YUV 145.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 215 131 36 0 0.39 0.83 0.16 31.84 0.71 0.49
Hex D7 83 24 0 27 53 10 20 47 31
Octal 327 203 44 0 47 123 20 40 107 61
Binary 11010111 10000011 100100 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D78324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78324

Black with #D78324

Text Example


Text Example

White with #D78324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78324; }

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

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

background-color css

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

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

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

border-color css

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

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

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