Html Css Color HEX #D98426 Dixie

📋 copy color: '#D98426'

red 217 ◦ green 132 ◦ blue 38

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

Shades of Dixie #D98426

Tints of Dixie #D98426

RGB

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

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

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

R = 56.07%
G = 34.11%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98426 (or 0xD98426) is known color: Dixie. HEX triplet: D9, 84 and 26. RGB value is (217,132,38). Sum of RGB (Red+Green+Blue) = 217+132+38=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D98426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98426 is #267BD9. Grayscale: #939393. Windows color (decimal): -2522074 or 2524377. OLE color: 2524377.

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

Color convert

RGB 217 132 38 -
CMYK 0 0.39 0.82 0.15
HSL 31.51º 0.7% 0.5% -
HSV(B) 31.51º 0.82% 0.85% -
XYZ 37.22 31.39 5.93 -
YUV 146.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 217 132 38 0 0.39 0.82 0.15 31.51 0.7 0.5
Hex D9 84 26 0 27 52 F 20 46 32
Octal 331 204 46 0 47 122 17 40 106 62
Binary 11011001 10000100 100110 0 100111 1010010 1111 100000 1000110 110010

Color Harmonies of #D98426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98426

Black with #D98426

Text Example


Text Example

White with #D98426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98426; }

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

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

background-color css

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

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

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

border-color css

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

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

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