Html Css Color HEX #D98328 Dixie

📋 copy color: '#D98328'

red 217 ◦ green 131 ◦ blue 40

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

Shades of Dixie #D98328

Tints of Dixie #D98328

RGB

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

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

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

R = 55.93%
G = 33.76%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D98328 (or 0xD98328) is known color: Dixie. HEX triplet: D9, 83 and 28. RGB value is (217,131,40). Sum of RGB (Red+Green+Blue) = 217+131+40=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D98328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98328 is #267CD7. Grayscale: #929292. Windows color (decimal): -2522328 or 2655193. OLE color: 2655193.

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

Color convert

RGB 217 131 40 -
CMYK 0 0.40 0.82 0.15
HSL 30.85º 0.7% 0.5% -
HSV(B) 30.85º 0.82% 0.85% -
XYZ 37.11 31.14 6.06 -
YUV 146.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 217 131 40 0 0.40 0.82 0.15 30.85 0.7 0.5
Hex D9 83 28 0 28 52 F 1F 46 32
Octal 331 203 50 0 50 122 17 37 106 62
Binary 11011001 10000011 101000 0 101000 1010010 1111 11111 1000110 110010

Color Harmonies of #D98328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98328

Black with #D98328

Text Example


Text Example

White with #D98328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98328; }

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

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

background-color css

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

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

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

border-color css

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

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

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