Html Css Color HEX #D98834 Dixie

📋 copy color: '#D98834'

red 217 ◦ green 136 ◦ blue 52

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

Shades of Dixie #D98834

Tints of Dixie #D98834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 53.58%
G = 33.58%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98834 (or 0xD98834) is known color: Dixie. HEX triplet: D9, 88 and 34. RGB value is (217,136,52). Sum of RGB (Red+Green+Blue) = 217+136+52=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D98834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98834 is #2677CB. Grayscale: #979797. Windows color (decimal): -2521036 or 3442905. OLE color: 3442905.

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

Color convert

RGB 217 136 52 -
CMYK 0 0.37 0.76 0.15
HSL 30.55º 0.68% 0.53% -
HSV(B) 30.55º 0.76% 0.85% -
XYZ 38.04 32.61 7.54 -
YUV 150.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 217 136 52 0 0.37 0.76 0.15 30.55 0.68 0.53
Hex D9 88 34 0 25 4C F 1F 44 35
Octal 331 210 64 0 45 114 17 37 104 65
Binary 11011001 10001000 110100 0 100101 1001100 1111 11111 1000100 110101

Color Harmonies of #D98834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98834

Black with #D98834

Text Example


Text Example

White with #D98834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98834; }

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

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

background-color css

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

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

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

border-color css

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

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

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