Html Css Color HEX #D98226 Dixie

📋 copy color: '#D98226'

red 217 ◦ green 130 ◦ blue 38

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

Shades of Dixie #D98226

Tints of Dixie #D98226

RGB

 RED value IS 217 (85.16% from 255) = 56.36%

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

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

R = 56.36%
G = 33.77%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98226 (or 0xD98226) is known color: Dixie. HEX triplet: D9, 82 and 26. RGB value is (217,130,38). Sum of RGB (Red+Green+Blue) = 217+130+38=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D98226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98226 is #267DD9. Grayscale: #919191. Windows color (decimal): -2522586 or 2523865. OLE color: 2523865.

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

Color convert

RGB 217 130 38 -
CMYK 0 0.40 0.82 0.15
HSL 30.84º 0.7% 0.5% -
HSV(B) 30.84º 0.82% 0.85% -
XYZ 36.95 30.86 5.84 -
YUV 145.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 217 130 38 0 0.40 0.82 0.15 30.84 0.7 0.5
Hex D9 82 26 0 28 52 F 1F 46 32
Octal 331 202 46 0 50 122 17 37 106 62
Binary 11011001 10000010 100110 0 101000 1010010 1111 11111 1000110 110010

Color Harmonies of #D98226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98226

Black with #D98226

Text Example


Text Example

White with #D98226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98226; }

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

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

background-color css

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

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

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

border-color css

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

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

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