Html Css Color HEX #D78532 Dixie

📋 copy color: '#D78532'

red 215 ◦ green 133 ◦ blue 50

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

Shades of Dixie #D78532

Tints of Dixie #D78532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 54.02%
G = 33.42%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D78532 (or 0xD78532) is known color: Dixie. HEX triplet: D7, 85 and 32. RGB value is (215,133,50). Sum of RGB (Red+Green+Blue) = 215+133+50=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D78532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78532 is #287ACD. Grayscale: #949494. Windows color (decimal): -2652878 or 3311063. OLE color: 3311063.

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

Color convert

RGB 215 133 50 -
CMYK 0 0.38 0.77 0.16
HSL 30.18º 0.67% 0.52% -
HSV(B) 30.18º 0.77% 0.84% -
XYZ 36.99 31.45 7.14 -
YUV 148.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 215 133 50 0 0.38 0.77 0.16 30.18 0.67 0.52
Hex D7 85 32 0 26 4D 10 1E 43 34
Octal 327 205 62 0 46 115 20 36 103 64
Binary 11010111 10000101 110010 0 100110 1001101 10000 11110 1000011 110100

Color Harmonies of #D78532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78532

Black with #D78532

Text Example


Text Example

White with #D78532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78532; }

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

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

background-color css

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

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

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

border-color css

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

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

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