Html Css Color HEX #D98633 Dixie

📋 copy color: '#D98633'

red 217 ◦ green 134 ◦ blue 51

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

Shades of Dixie #D98633

Tints of Dixie #D98633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.69%

R = 53.98%
G = 33.33%
B = 12.69%

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

#D98633 (or 0xD98633) is known color: Dixie. HEX triplet: D9, 86 and 33. RGB value is (217,134,51). Sum of RGB (Red+Green+Blue) = 217+134+51=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D98633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98633 is #2679CC. Grayscale: #959595. Windows color (decimal): -2521549 or 3376857. OLE color: 3376857.

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

Color convert

RGB 217 134 51 -
CMYK 0 0.38 0.76 0.15
HSL 30º 0.69% 0.53% -
HSV(B) 30º 0.76% 0.85% -
XYZ 37.74 32.04 7.33 -
YUV 149.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 217 134 51 0 0.38 0.76 0.15 30 0.69 0.53
Hex D9 86 33 0 26 4C F 1E 45 35
Octal 331 206 63 0 46 114 17 36 105 65
Binary 11011001 10000110 110011 0 100110 1001100 1111 11110 1000101 110101

Color Harmonies of #D98633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98633

Black with #D98633

Text Example


Text Example

White with #D98633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98633; }

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

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

background-color css

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

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

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

border-color css

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

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

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