Html Css Color HEX #D98225 Dixie

📋 copy color: '#D98225'

red 217 ◦ green 130 ◦ blue 37

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

Shades of Dixie #D98225

Tints of Dixie #D98225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 56.51%
G = 33.85%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D98225 (or 0xD98225) is known color: Dixie. HEX triplet: D9, 82 and 25. RGB value is (217,130,37). Sum of RGB (Red+Green+Blue) = 217+130+37=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D98225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98225 is #267DDA. Grayscale: #919191. Windows color (decimal): -2522587 or 2458329. OLE color: 2458329.

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

Color convert

RGB 217 130 37 -
CMYK 0 0.40 0.83 0.15
HSL 31º 0.71% 0.5% -
HSV(B) 31º 0.83% 0.85% -
XYZ 36.93 30.85 5.76 -
YUV 145.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 217 130 37 0 0.40 0.83 0.15 31 0.71 0.5
Hex D9 82 25 0 28 53 F 1F 47 32
Octal 331 202 45 0 50 123 17 37 107 62
Binary 11011001 10000010 100101 0 101000 1010011 1111 11111 1000111 110010

Color Harmonies of #D98225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98225

Black with #D98225

Text Example


Text Example

White with #D98225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98225; }

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

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

background-color css

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

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

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

border-color css

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

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

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