Html Css Color HEX #D18332 Dixie

📋 copy color: '#D18332'

red 209 ◦ green 131 ◦ blue 50

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

Shades of Dixie #D18332

Tints of Dixie #D18332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 50 (19.92% from 255) = 12.82%

R = 53.59%
G = 33.59%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D18332 (or 0xD18332) is known color: Dixie. HEX triplet: D1, 83 and 32. RGB value is (209,131,50). Sum of RGB (Red+Green+Blue) = 209+131+50=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D18332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18332 is #2E7CCD. Grayscale: #919191. Windows color (decimal): -3046606 or 3310545. OLE color: 3310545.

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

Color convert

RGB 209 131 50 -
CMYK 0 0.37 0.76 0.18
HSL 30.57º 0.63% 0.51% -
HSV(B) 30.57º 0.76% 0.82% -
XYZ 34.99 30.02 6.97 -
YUV 145.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 209 131 50 0 0.37 0.76 0.18 30.57 0.63 0.51
Hex D1 83 32 0 25 4C 12 1F 3F 33
Octal 321 203 62 0 45 114 22 37 77 63
Binary 11010001 10000011 110010 0 100101 1001100 10010 11111 111111 110011

Color Harmonies of #D18332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18332

Black with #D18332

Text Example


Text Example

White with #D18332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18332; }

 p { color: rgb(209,131,50); }

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

background-color css

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

 a { background-color: rgb(209,131,50); }

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

border-color css

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

 span { border-color: rgb(209,131,50); }

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