Html Css Color HEX #D98534 Dixie

📋 copy color: '#D98534'

red 217 ◦ green 133 ◦ blue 52

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

Shades of Dixie #D98534

Tints of Dixie #D98534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.94%

R = 53.98%
G = 33.08%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98534 (or 0xD98534) is known color: Dixie. HEX triplet: D9, 85 and 34. RGB value is (217,133,52). Sum of RGB (Red+Green+Blue) = 217+133+52=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D98534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98534 is #267ACB. Grayscale: #959595. Windows color (decimal): -2521804 or 3442137. OLE color: 3442137.

HSL color Cylindrical-coordinate representation of color #D98534: hue angle of 29.45º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98534 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 52 -
CMYK 0 0.39 0.76 0.15
HSL 29.45º 0.68% 0.53% -
HSV(B) 29.45º 0.76% 0.85% -
XYZ 37.62 31.77 7.4 -
YUV 148.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 217 133 52 0 0.39 0.76 0.15 29.45 0.68 0.53
Hex D9 85 34 0 27 4C F 1D 44 35
Octal 331 205 64 0 47 114 17 35 104 65
Binary 11011001 10000101 110100 0 100111 1001100 1111 11101 1000100 110101

Color Harmonies of #D98534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98534

Black with #D98534

Text Example


Text Example

White with #D98534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98534; }

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

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

background-color css

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

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

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

border-color css

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

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

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