Html Css Color HEX #D98424 Dixie

📋 copy color: '#D98424'

red 217 ◦ green 132 ◦ blue 36

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

Shades of Dixie #D98424

Tints of Dixie #D98424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 56.36%
G = 34.29%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D98424 (or 0xD98424) is known color: Dixie. HEX triplet: D9, 84 and 24. RGB value is (217,132,36). Sum of RGB (Red+Green+Blue) = 217+132+36=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D98424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98424 is #267BDB. Grayscale: #929292. Windows color (decimal): -2522076 or 2393305. OLE color: 2393305.

HSL color Cylindrical-coordinate representation of color #D98424: hue angle of 31.82º degrees, saturation: 0.72, 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 #D98424 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 36 -
CMYK 0 0.39 0.83 0.15
HSL 31.82º 0.72% 0.5% -
HSV(B) 31.82º 0.83% 0.85% -
XYZ 37.18 31.38 5.77 -
YUV 146.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 217 132 36 0 0.39 0.83 0.15 31.82 0.72 0.5
Hex D9 84 24 0 27 53 F 20 48 32
Octal 331 204 44 0 47 123 17 40 110 62
Binary 11011001 10000100 100100 0 100111 1010011 1111 100000 1001000 110010

Color Harmonies of #D98424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98424

Black with #D98424

Text Example


Text Example

White with #D98424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98424; }

 p { color: rgb(217,132,36); }

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

background-color css

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

 a { background-color: rgb(217,132,36); }

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

border-color css

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

 span { border-color: rgb(217,132,36); }

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