Html Css Color HEX #D78330 Dixie

📋 copy color: '#D78330'

red 215 ◦ green 131 ◦ blue 48

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

Shades of Dixie #D78330

Tints of Dixie #D78330

RGB

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

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

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

R = 54.57%
G = 33.25%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D78330 (or 0xD78330) is known color: Dixie. HEX triplet: D7, 83 and 30. RGB value is (215,131,48). Sum of RGB (Red+Green+Blue) = 215+131+48=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D78330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78330 is #287CCF. Grayscale: #939393. Windows color (decimal): -2653392 or 3179479. OLE color: 3179479.

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

Color convert

RGB 215 131 48 -
CMYK 0 0.39 0.78 0.16
HSL 29.82º 0.68% 0.52% -
HSV(B) 29.82º 0.78% 0.84% -
XYZ 36.67 30.89 6.83 -
YUV 146.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 215 131 48 0 0.39 0.78 0.16 29.82 0.68 0.52
Hex D7 83 30 0 27 4E 10 1E 44 34
Octal 327 203 60 0 47 116 20 36 104 64
Binary 11010111 10000011 110000 0 100111 1001110 10000 11110 1000100 110100

Color Harmonies of #D78330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78330

Black with #D78330

Text Example


Text Example

White with #D78330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78330; }

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

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

background-color css

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

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

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

border-color css

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

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

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