Html Css Color HEX #D78128 Dixie

📋 copy color: '#D78128'

red 215 ◦ green 129 ◦ blue 40

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

Shades of Dixie #D78128

Tints of Dixie #D78128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 55.99%
G = 33.59%
B = 10.42%

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

#D78128 (or 0xD78128) is known color: Dixie. HEX triplet: D7, 81 and 28. RGB value is (215,129,40). Sum of RGB (Red+Green+Blue) = 215+129+40=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D78128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78128 is #287ED7. Grayscale: #919191. Windows color (decimal): -2653912 or 2654679. OLE color: 2654679.

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

Color convert

RGB 215 129 40 -
CMYK 0 0.4 0.81 0.16
HSL 30.51º 0.69% 0.5% -
HSV(B) 30.51º 0.81% 0.84% -
XYZ 36.26 30.3 5.95 -
YUV 144.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 215 129 40 0 0.4 0.81 0.16 30.51 0.69 0.5
Hex D7 81 28 0 28 51 10 1F 45 32
Octal 327 201 50 0 50 121 20 37 105 62
Binary 11010111 10000001 101000 0 101000 1010001 10000 11111 1000101 110010

Color Harmonies of #D78128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78128

Black with #D78128

Text Example


Text Example

White with #D78128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78128; }

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

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

background-color css

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

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

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

border-color css

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

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

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