Html Css Color HEX #D98830 Dixie

📋 copy color: '#D98830'

red 217 ◦ green 136 ◦ blue 48

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

Shades of Dixie #D98830

Tints of Dixie #D98830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 54.11%
G = 33.92%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D98830 (or 0xD98830) is known color: Dixie. HEX triplet: D9, 88 and 30. RGB value is (217,136,48). Sum of RGB (Red+Green+Blue) = 217+136+48=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D98830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98830 is #2677CF. Grayscale: #969696. Windows color (decimal): -2521040 or 3180761. OLE color: 3180761.

HSL color Cylindrical-coordinate representation of color #D98830: hue angle of 31.24º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D98830 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 48 -
CMYK 0 0.37 0.78 0.15
HSL 31.24º 0.69% 0.52% -
HSV(B) 31.24º 0.78% 0.85% -
XYZ 37.95 32.57 7.08 -
YUV 150.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 217 136 48 0 0.37 0.78 0.15 31.24 0.69 0.52
Hex D9 88 30 0 25 4E F 1F 45 34
Octal 331 210 60 0 45 116 17 37 105 64
Binary 11011001 10001000 110000 0 100101 1001110 1111 11111 1000101 110100

Color Harmonies of #D98830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98830

Black with #D98830

Text Example


Text Example

White with #D98830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98830; }

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

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

background-color css

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

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

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

border-color css

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

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

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