Html Css Color HEX #D78428 Dixie

📋 copy color: '#D78428'

red 215 ◦ green 132 ◦ blue 40

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

Shades of Dixie #D78428

Tints of Dixie #D78428

RGB

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

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

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

R = 55.56%
G = 34.11%
B = 10.34%

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

#D78428 (or 0xD78428) is known color: Dixie. HEX triplet: D7, 84 and 28. RGB value is (215,132,40). Sum of RGB (Red+Green+Blue) = 215+132+40=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D78428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78428 is #287BD7. Grayscale: #929292. Windows color (decimal): -2653144 or 2655447. OLE color: 2655447.

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

Color convert

RGB 215 132 40 -
CMYK 0 0.39 0.81 0.16
HSL 31.54º 0.69% 0.5% -
HSV(B) 31.54º 0.81% 0.84% -
XYZ 36.66 31.1 6.08 -
YUV 146.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 215 132 40 0 0.39 0.81 0.16 31.54 0.69 0.5
Hex D7 84 28 0 27 51 10 20 45 32
Octal 327 204 50 0 47 121 20 40 105 62
Binary 11010111 10000100 101000 0 100111 1010001 10000 100000 1000101 110010

Color Harmonies of #D78428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78428

Black with #D78428

Text Example


Text Example

White with #D78428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78428; }

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

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

background-color css

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

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

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

border-color css

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

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

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