Html Css Color HEX #D78331 Dixie

📋 copy color: '#D78331'

red 215 ◦ green 131 ◦ blue 49

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

Shades of Dixie #D78331

Tints of Dixie #D78331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 54.43%
G = 33.16%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D78331 (or 0xD78331) is known color: Dixie. HEX triplet: D7, 83 and 31. RGB value is (215,131,49). Sum of RGB (Red+Green+Blue) = 215+131+49=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D78331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78331 is #287CCE. Grayscale: #939393. Windows color (decimal): -2653391 or 3245015. OLE color: 3245015.

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

Color convert

RGB 215 131 49 -
CMYK 0 0.39 0.77 0.16
HSL 29.64º 0.67% 0.52% -
HSV(B) 29.64º 0.77% 0.84% -
XYZ 36.7 30.9 6.94 -
YUV 146.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 215 131 49 0 0.39 0.77 0.16 29.64 0.67 0.52
Hex D7 83 31 0 27 4D 10 1E 43 34
Octal 327 203 61 0 47 115 20 36 103 64
Binary 11010111 10000011 110001 0 100111 1001101 10000 11110 1000011 110100

Color Harmonies of #D78331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78331

Black with #D78331

Text Example


Text Example

White with #D78331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78331; }

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

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

background-color css

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

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

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

border-color css

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

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

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