Html Css Color HEX #D78732 Dixie

📋 copy color: '#D78732'

red 215 ◦ green 135 ◦ blue 50

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

Shades of Dixie #D78732

Tints of Dixie #D78732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 53.75%
G = 33.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D78732 (or 0xD78732) is known color: Dixie. HEX triplet: D7, 87 and 32. RGB value is (215,135,50). Sum of RGB (Red+Green+Blue) = 215+135+50=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D78732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78732 is #2878CD. Grayscale: #959595. Windows color (decimal): -2652366 or 3311575. OLE color: 3311575.

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

Color convert

RGB 215 135 50 -
CMYK 0 0.37 0.77 0.16
HSL 30.91º 0.67% 0.52% -
HSV(B) 30.91º 0.77% 0.84% -
XYZ 37.26 32.01 7.23 -
YUV 149.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 215 135 50 0 0.37 0.77 0.16 30.91 0.67 0.52
Hex D7 87 32 0 25 4D 10 1F 43 34
Octal 327 207 62 0 45 115 20 37 103 64
Binary 11010111 10000111 110010 0 100101 1001101 10000 11111 1000011 110100

Color Harmonies of #D78732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78732

Black with #D78732

Text Example


Text Example

White with #D78732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78732; }

 p { color: rgb(215,135,50); }

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

background-color css

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

 a { background-color: rgb(215,135,50); }

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

border-color css

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

 span { border-color: rgb(215,135,50); }

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