Html Css Color HEX #D78228 Dixie

📋 copy color: '#D78228'

red 215 ◦ green 130 ◦ blue 40

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

Shades of Dixie #D78228

Tints of Dixie #D78228

RGB

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

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

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

R = 55.84%
G = 33.77%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D78228 (or 0xD78228) is known color: Dixie. HEX triplet: D7, 82 and 28. RGB value is (215,130,40). Sum of RGB (Red+Green+Blue) = 215+130+40=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D78228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78228 is #287DD7. Grayscale: #919191. Windows color (decimal): -2653656 or 2654935. OLE color: 2654935.

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

Color convert

RGB 215 130 40 -
CMYK 0 0.40 0.81 0.16
HSL 30.86º 0.69% 0.5% -
HSV(B) 30.86º 0.81% 0.84% -
XYZ 36.39 30.57 5.99 -
YUV 145.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 215 130 40 0 0.40 0.81 0.16 30.86 0.69 0.5
Hex D7 82 28 0 28 51 10 1F 45 32
Octal 327 202 50 0 50 121 20 37 105 62
Binary 11010111 10000010 101000 0 101000 1010001 10000 11111 1000101 110010

Color Harmonies of #D78228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78228

Black with #D78228

Text Example


Text Example

White with #D78228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78228; }

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

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

background-color css

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

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

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

border-color css

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

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

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