Html Css Color HEX #D98735 Dixie

📋 copy color: '#D98735'

red 217 ◦ green 135 ◦ blue 53

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

Shades of Dixie #D98735

Tints of Dixie #D98735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.33%

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 53.58%
G = 33.33%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98735 (or 0xD98735) is known color: Dixie. HEX triplet: D9, 87 and 35. RGB value is (217,135,53). Sum of RGB (Red+Green+Blue) = 217+135+53=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D98735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98735 is #2678CA. Grayscale: #969696. Windows color (decimal): -2521291 or 3508185. OLE color: 3508185.

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

Color convert

RGB 217 135 53 -
CMYK 0 0.38 0.76 0.15
HSL 30º 0.68% 0.53% -
HSV(B) 30º 0.76% 0.85% -
XYZ 37.92 32.34 7.61 -
YUV 150.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 217 135 53 0 0.38 0.76 0.15 30 0.68 0.53
Hex D9 87 35 0 26 4C F 1E 44 35
Octal 331 207 65 0 46 114 17 36 104 65
Binary 11011001 10000111 110101 0 100110 1001100 1111 11110 1000100 110101

Color Harmonies of #D98735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98735

Black with #D98735

Text Example


Text Example

White with #D98735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98735; }

 p { color: rgb(217,135,53); }

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

background-color css

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

 a { background-color: rgb(217,135,53); }

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

border-color css

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

 span { border-color: rgb(217,135,53); }

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