Html Css Color HEX #D78434 Dixie

📋 copy color: '#D78434'

red 215 ◦ green 132 ◦ blue 52

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

Shades of Dixie #D78434

Tints of Dixie #D78434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 53.88%
G = 33.08%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D78434 (or 0xD78434) is known color: Dixie. HEX triplet: D7, 84 and 34. RGB value is (215,132,52). Sum of RGB (Red+Green+Blue) = 215+132+52=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D78434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78434 is #287BCB. Grayscale: #949494. Windows color (decimal): -2653132 or 3441879. OLE color: 3441879.

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

Color convert

RGB 215 132 52 -
CMYK 0 0.39 0.76 0.16
HSL 29.45º 0.67% 0.52% -
HSV(B) 29.45º 0.76% 0.84% -
XYZ 36.9 31.2 7.33 -
YUV 147.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 215 132 52 0 0.39 0.76 0.16 29.45 0.67 0.52
Hex D7 84 34 0 27 4C 10 1D 43 34
Octal 327 204 64 0 47 114 20 35 103 64
Binary 11010111 10000100 110100 0 100111 1001100 10000 11101 1000011 110100

Color Harmonies of #D78434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78434

Black with #D78434

Text Example


Text Example

White with #D78434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78434; }

 p { color: rgb(215,132,52); }

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

background-color css

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

 a { background-color: rgb(215,132,52); }

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

border-color css

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

 span { border-color: rgb(215,132,52); }

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