Html Css Color HEX #D98528 Dixie

📋 copy color: '#D98528'

red 217 ◦ green 133 ◦ blue 40

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

Shades of Dixie #D98528

Tints of Dixie #D98528

RGB

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

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

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

R = 55.64%
G = 34.1%
B = 10.26%

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

#D98528 (or 0xD98528) is known color: Dixie. HEX triplet: D9, 85 and 28. RGB value is (217,133,40). Sum of RGB (Red+Green+Blue) = 217+133+40=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D98528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98528 is #267AD7. Grayscale: #939393. Windows color (decimal): -2521816 or 2655705. OLE color: 2655705.

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

Color convert

RGB 217 133 40 -
CMYK 0 0.39 0.82 0.15
HSL 31.53º 0.7% 0.5% -
HSV(B) 31.53º 0.82% 0.85% -
XYZ 37.39 31.68 6.15 -
YUV 147.51 67.33 177.56 -
System Red Green Blue C M Y K H S L
Decimal 217 133 40 0 0.39 0.82 0.15 31.53 0.7 0.5
Hex D9 85 28 0 27 52 F 20 46 32
Octal 331 205 50 0 47 122 17 40 106 62
Binary 11011001 10000101 101000 0 100111 1010010 1111 100000 1000110 110010

Color Harmonies of #D98528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98528

Black with #D98528

Text Example


Text Example

White with #D98528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98528; }

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

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

background-color css

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

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

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

border-color css

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

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

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