Html Css Color HEX #D78226 Dixie

📋 copy color: '#D78226'

red 215 ◦ green 130 ◦ blue 38

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

Shades of Dixie #D78226

Tints of Dixie #D78226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 56.14%
G = 33.94%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D78226 (or 0xD78226) is known color: Dixie. HEX triplet: D7, 82 and 26. RGB value is (215,130,38). Sum of RGB (Red+Green+Blue) = 215+130+38=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D78226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78226 is #287DD9. Grayscale: #919191. Windows color (decimal): -2653658 or 2523863. OLE color: 2523863.

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

Color convert

RGB 215 130 38 -
CMYK 0 0.40 0.82 0.16
HSL 31.19º 0.7% 0.5% -
HSV(B) 31.19º 0.82% 0.84% -
XYZ 36.36 30.55 5.81 -
YUV 144.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 215 130 38 0 0.40 0.82 0.16 31.19 0.7 0.5
Hex D7 82 26 0 28 52 10 1F 46 32
Octal 327 202 46 0 50 122 20 37 106 62
Binary 11010111 10000010 100110 0 101000 1010010 10000 11111 1000110 110010

Color Harmonies of #D78226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78226

Black with #D78226

Text Example


Text Example

White with #D78226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78226; }

 p { color: rgb(215,130,38); }

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

background-color css

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

 a { background-color: rgb(215,130,38); }

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

border-color css

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

 span { border-color: rgb(215,130,38); }

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