Html Css Color HEX #D78325 Dixie

📋 copy color: '#D78325'

red 215 ◦ green 131 ◦ blue 37

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

Shades of Dixie #D78325

Tints of Dixie #D78325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 56.14%
G = 34.2%
B = 9.66%

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

#D78325 (or 0xD78325) is known color: Dixie. HEX triplet: D7, 83 and 25. RGB value is (215,131,37). Sum of RGB (Red+Green+Blue) = 215+131+37=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D78325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78325 is #287CDA. Grayscale: #919191. Windows color (decimal): -2653403 or 2458583. OLE color: 2458583.

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

Color convert

RGB 215 131 37 -
CMYK 0 0.39 0.83 0.16
HSL 31.69º 0.71% 0.49% -
HSV(B) 31.69º 0.83% 0.84% -
XYZ 36.47 30.81 5.78 -
YUV 145.4 66.83 177.64 -
System Red Green Blue C M Y K H S L
Decimal 215 131 37 0 0.39 0.83 0.16 31.69 0.71 0.49
Hex D7 83 25 0 27 53 10 20 47 31
Octal 327 203 45 0 47 123 20 40 107 61
Binary 11010111 10000011 100101 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D78325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78325

Black with #D78325

Text Example


Text Example

White with #D78325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78325; }

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

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

background-color css

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

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

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

border-color css

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

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

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