Html Css Color HEX #D18533 Dixie

📋 copy color: '#D18533'

red 209 ◦ green 133 ◦ blue 51

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

Shades of Dixie #D18533

Tints of Dixie #D18533

RGB

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

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

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

R = 53.18%
G = 33.84%
B = 12.98%

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

#D18533 (or 0xD18533) is known color: Dixie. HEX triplet: D1, 85 and 33. RGB value is (209,133,51). Sum of RGB (Red+Green+Blue) = 209+133+51=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18533 is #2E7ACC. Grayscale: #929292. Windows color (decimal): -3046093 or 3376593. OLE color: 3376593.

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

Color convert

RGB 209 133 51 -
CMYK 0 0.36 0.76 0.18
HSL 31.14º 0.63% 0.51% -
HSV(B) 31.14º 0.76% 0.82% -
XYZ 35.28 30.57 7.17 -
YUV 146.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 209 133 51 0 0.36 0.76 0.18 31.14 0.63 0.51
Hex D1 85 33 0 24 4C 12 1F 3F 33
Octal 321 205 63 0 44 114 22 37 77 63
Binary 11010001 10000101 110011 0 100100 1001100 10010 11111 111111 110011

Color Harmonies of #D18533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18533

Black with #D18533

Text Example


Text Example

White with #D18533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18533; }

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

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

background-color css

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

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

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

border-color css

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

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

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