Html Css Color HEX #D98128 Dixie

📋 copy color: '#D98128'

red 217 ◦ green 129 ◦ blue 40

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

Shades of Dixie #D98128

Tints of Dixie #D98128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 56.22%
G = 33.42%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98128 (or 0xD98128) is known color: Dixie. HEX triplet: D9, 81 and 28. RGB value is (217,129,40). Sum of RGB (Red+Green+Blue) = 217+129+40=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D98128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98128 is #267ED7. Grayscale: #919191. Windows color (decimal): -2522840 or 2654681. OLE color: 2654681.

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

Color convert

RGB 217 129 40 -
CMYK 0 0.41 0.82 0.15
HSL 30.17º 0.7% 0.5% -
HSV(B) 30.17º 0.82% 0.85% -
XYZ 36.85 30.61 5.97 -
YUV 145.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 217 129 40 0 0.41 0.82 0.15 30.17 0.7 0.5
Hex D9 81 28 0 29 52 F 1E 46 32
Octal 331 201 50 0 51 122 17 36 106 62
Binary 11011001 10000001 101000 0 101001 1010010 1111 11110 1000110 110010

Color Harmonies of #D98128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98128

Black with #D98128

Text Example


Text Example

White with #D98128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98128; }

 p { color: rgb(217,129,40); }

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

background-color css

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

 a { background-color: rgb(217,129,40); }

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

border-color css

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

 span { border-color: rgb(217,129,40); }

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