Html Css Color HEX #D98529 Dixie

📋 copy color: '#D98529'

red 217 ◦ green 133 ◦ blue 41

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

Shades of Dixie #D98529

Tints of Dixie #D98529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 55.5%
G = 34.02%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D98529 (or 0xD98529) is known color: Dixie. HEX triplet: D9, 85 and 29. RGB value is (217,133,41). Sum of RGB (Red+Green+Blue) = 217+133+41=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D98529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98529 is #267AD6. Grayscale: #949494. Windows color (decimal): -2521815 or 2721241. OLE color: 2721241.

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

Color convert

RGB 217 133 41 -
CMYK 0 0.39 0.81 0.15
HSL 31.36º 0.7% 0.51% -
HSV(B) 31.36º 0.81% 0.85% -
XYZ 37.4 31.69 6.24 -
YUV 147.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 217 133 41 0 0.39 0.81 0.15 31.36 0.7 0.51
Hex D9 85 29 0 27 51 F 1F 46 33
Octal 331 205 51 0 47 121 17 37 106 63
Binary 11011001 10000101 101001 0 100111 1010001 1111 11111 1000110 110011

Color Harmonies of #D98529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98529

Black with #D98529

Text Example


Text Example

White with #D98529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98529; }

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

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

background-color css

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

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

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

border-color css

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

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

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