Html Css Color HEX #D98329 Dixie

📋 copy color: '#D98329'

red 217 ◦ green 131 ◦ blue 41

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

Shades of Dixie #D98329

Tints of Dixie #D98329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 55.78%
G = 33.68%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D98329 (or 0xD98329) is known color: Dixie. HEX triplet: D9, 83 and 29. RGB value is (217,131,41). Sum of RGB (Red+Green+Blue) = 217+131+41=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D98329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98329 is #267CD6. Grayscale: #929292. Windows color (decimal): -2522327 or 2720729. OLE color: 2720729.

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

Color convert

RGB 217 131 41 -
CMYK 0 0.40 0.81 0.15
HSL 30.68º 0.7% 0.51% -
HSV(B) 30.68º 0.81% 0.85% -
XYZ 37.13 31.14 6.15 -
YUV 146.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 217 131 41 0 0.40 0.81 0.15 30.68 0.7 0.51
Hex D9 83 29 0 28 51 F 1F 46 33
Octal 331 203 51 0 50 121 17 37 106 63
Binary 11011001 10000011 101001 0 101000 1010001 1111 11111 1000110 110011

Color Harmonies of #D98329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98329

Black with #D98329

Text Example


Text Example

White with #D98329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98329; }

 p { color: rgb(217,131,41); }

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

background-color css

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

 a { background-color: rgb(217,131,41); }

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

border-color css

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

 span { border-color: rgb(217,131,41); }

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