Html Css Color HEX #D18231 Dixie

📋 copy color: '#D18231'

red 209 ◦ green 130 ◦ blue 49

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

Shades of Dixie #D18231

Tints of Dixie #D18231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 53.87%
G = 33.51%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18231 (or 0xD18231) is known color: Dixie. HEX triplet: D1, 82 and 31. RGB value is (209,130,49). Sum of RGB (Red+Green+Blue) = 209+130+49=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D18231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18231 is #2E7DCE. Grayscale: #909090. Windows color (decimal): -3046863 or 3244753. OLE color: 3244753.

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

Color convert

RGB 209 130 49 -
CMYK 0 0.38 0.77 0.18
HSL 30.38º 0.63% 0.51% -
HSV(B) 30.38º 0.77% 0.82% -
XYZ 34.83 29.74 6.81 -
YUV 144.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 209 130 49 0 0.38 0.77 0.18 30.38 0.63 0.51
Hex D1 82 31 0 26 4D 12 1E 3F 33
Octal 321 202 61 0 46 115 22 36 77 63
Binary 11010001 10000010 110001 0 100110 1001101 10010 11110 111111 110011

Color Harmonies of #D18231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18231

Black with #D18231

Text Example


Text Example

White with #D18231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18231; }

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

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

background-color css

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

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

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

border-color css

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

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

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