Html Css Color HEX #D98631 Dixie

📋 copy color: '#D98631'

red 217 ◦ green 134 ◦ blue 49

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

Shades of Dixie #D98631

Tints of Dixie #D98631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 54.25%
G = 33.5%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D98631 (or 0xD98631) is known color: Dixie. HEX triplet: D9, 86 and 31. RGB value is (217,134,49). Sum of RGB (Red+Green+Blue) = 217+134+49=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D98631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98631 is #2679CE. Grayscale: #959595. Windows color (decimal): -2521551 or 3245785. OLE color: 3245785.

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

Color convert

RGB 217 134 49 -
CMYK 0 0.38 0.77 0.15
HSL 30.36º 0.69% 0.52% -
HSV(B) 30.36º 0.77% 0.85% -
XYZ 37.69 32.02 7.1 -
YUV 149.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 217 134 49 0 0.38 0.77 0.15 30.36 0.69 0.52
Hex D9 86 31 0 26 4D F 1E 45 34
Octal 331 206 61 0 46 115 17 36 105 64
Binary 11011001 10000110 110001 0 100110 1001101 1111 11110 1000101 110100

Color Harmonies of #D98631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98631

Black with #D98631

Text Example


Text Example

White with #D98631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98631; }

 p { color: rgb(217,134,49); }

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

background-color css

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

 a { background-color: rgb(217,134,49); }

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

border-color css

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

 span { border-color: rgb(217,134,49); }

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