Html Css Color HEX #D78129 Dixie

📋 copy color: '#D78129'

red 215 ◦ green 129 ◦ blue 41

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

Shades of Dixie #D78129

Tints of Dixie #D78129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 55.84%
G = 33.51%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D78129 (or 0xD78129) is known color: Dixie. HEX triplet: D7, 81 and 29. RGB value is (215,129,41). Sum of RGB (Red+Green+Blue) = 215+129+41=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D78129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78129 is #287ED6. Grayscale: #919191. Windows color (decimal): -2653911 or 2720215. OLE color: 2720215.

HSL color Cylindrical-coordinate representation of color #D78129: hue angle of 30.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D78129 is Cyan = 0, Magento = 0.4, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 41 -
CMYK 0 0.4 0.81 0.16
HSL 30.34º 0.69% 0.5% -
HSV(B) 30.34º 0.81% 0.84% -
XYZ 36.27 30.31 6.04 -
YUV 144.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 215 129 41 0 0.4 0.81 0.16 30.34 0.69 0.5
Hex D7 81 29 0 28 51 10 1E 45 32
Octal 327 201 51 0 50 121 20 36 105 62
Binary 11010111 10000001 101001 0 101000 1010001 10000 11110 1000101 110010

Color Harmonies of #D78129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78129

Black with #D78129

Text Example


Text Example

White with #D78129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78129; }

 p { color: rgb(215,129,41); }

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

background-color css

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

 a { background-color: rgb(215,129,41); }

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

border-color css

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

 span { border-color: rgb(215,129,41); }

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