Html Css Color HEX #D18532 Dixie

📋 copy color: '#D18532'

red 209 ◦ green 133 ◦ blue 50

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

Shades of Dixie #D18532

Tints of Dixie #D18532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 53.32%
G = 33.93%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D18532 (or 0xD18532) is known color: Dixie. HEX triplet: D1, 85 and 32. RGB value is (209,133,50). Sum of RGB (Red+Green+Blue) = 209+133+50=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18532 is #2E7ACD. Grayscale: #929292. Windows color (decimal): -3046094 or 3311057. OLE color: 3311057.

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

Color convert

RGB 209 133 50 -
CMYK 0 0.36 0.76 0.18
HSL 31.32º 0.63% 0.51% -
HSV(B) 31.32º 0.76% 0.82% -
XYZ 35.26 30.56 7.06 -
YUV 146.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 209 133 50 0 0.36 0.76 0.18 31.32 0.63 0.51
Hex D1 85 32 0 24 4C 12 1F 3F 33
Octal 321 205 62 0 44 114 22 37 77 63
Binary 11010001 10000101 110010 0 100100 1001100 10010 11111 111111 110011

Color Harmonies of #D18532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18532

Black with #D18532

Text Example


Text Example

White with #D18532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18532; }

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

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

background-color css

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

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

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

border-color css

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

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

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