Html Css Color HEX #D78730 Dixie

📋 copy color: '#D78730'

red 215 ◦ green 135 ◦ blue 48

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

Shades of Dixie #D78730

Tints of Dixie #D78730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 54.02%
G = 33.92%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D78730 (or 0xD78730) is known color: Dixie. HEX triplet: D7, 87 and 30. RGB value is (215,135,48). Sum of RGB (Red+Green+Blue) = 215+135+48=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D78730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78730 is #2878CF. Grayscale: #959595. Windows color (decimal): -2652368 or 3180503. OLE color: 3180503.

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

Color convert

RGB 215 135 48 -
CMYK 0 0.37 0.78 0.16
HSL 31.26º 0.68% 0.52% -
HSV(B) 31.26º 0.78% 0.84% -
XYZ 37.22 31.99 7.01 -
YUV 149 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 215 135 48 0 0.37 0.78 0.16 31.26 0.68 0.52
Hex D7 87 30 0 25 4E 10 1F 44 34
Octal 327 207 60 0 45 116 20 37 104 64
Binary 11010111 10000111 110000 0 100101 1001110 10000 11111 1000100 110100

Color Harmonies of #D78730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78730

Black with #D78730

Text Example


Text Example

White with #D78730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78730; }

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

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

background-color css

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

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

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

border-color css

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

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

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