Html Css Color HEX #D18931 Dixie

📋 copy color: '#D18931'

red 209 ◦ green 137 ◦ blue 49

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

Shades of Dixie #D18931

Tints of Dixie #D18931

RGB

 RED value IS 209 (82.03% from 255) = 52.91%

 GREEN value IS 137 (53.91% from 255) = 34.68%

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

R = 52.91%
G = 34.68%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18931 (or 0xD18931) is known color: Dixie. HEX triplet: D1, 89 and 31. RGB value is (209,137,49). Sum of RGB (Red+Green+Blue) = 209+137+49=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18931 is #2E76CE. Grayscale: #949494. Windows color (decimal): -3045071 or 3246545. OLE color: 3246545.

HSL color Cylindrical-coordinate representation of color #D18931: hue angle of 33º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18931 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 49 -
CMYK 0 0.34 0.77 0.18
HSL 33º 0.63% 0.51% -
HSV(B) 33º 0.77% 0.82% -
XYZ 35.79 31.67 7.13 -
YUV 148.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 209 137 49 0 0.34 0.77 0.18 33 0.63 0.51
Hex D1 89 31 0 22 4D 12 21 3F 33
Octal 321 211 61 0 42 115 22 41 77 63
Binary 11010001 10001001 110001 0 100010 1001101 10010 100001 111111 110011

Color Harmonies of #D18931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18931

Black with #D18931

Text Example


Text Example

White with #D18931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18931; }

 p { color: rgb(209,137,49); }

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

background-color css

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

 a { background-color: rgb(209,137,49); }

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

border-color css

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

 span { border-color: rgb(209,137,49); }

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