Html Css Color HEX #D78430 Dixie

📋 copy color: '#D78430'

red 215 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D78430

Tints of Dixie #D78430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 54.43%
G = 33.42%
B = 12.15%

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

#D78430 (or 0xD78430) is known color: Dixie. HEX triplet: D7, 84 and 30. RGB value is (215,132,48). Sum of RGB (Red+Green+Blue) = 215+132+48=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D78430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78430 is #287BCF. Grayscale: #939393. Windows color (decimal): -2653136 or 3179735. OLE color: 3179735.

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

Color convert

RGB 215 132 48 -
CMYK 0 0.39 0.78 0.16
HSL 30.18º 0.68% 0.52% -
HSV(B) 30.18º 0.78% 0.84% -
XYZ 36.81 31.16 6.87 -
YUV 147.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 215 132 48 0 0.39 0.78 0.16 30.18 0.68 0.52
Hex D7 84 30 0 27 4E 10 1E 44 34
Octal 327 204 60 0 47 116 20 36 104 64
Binary 11010111 10000100 110000 0 100111 1001110 10000 11110 1000100 110100

Color Harmonies of #D78430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78430

Black with #D78430

Text Example


Text Example

White with #D78430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78430; }

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

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

background-color css

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

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

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

border-color css

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

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

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