Color Hex Logo

#d18533 Color Hex

#D18533
(209,133,51)
0 Favorites   0 Comments

Color spaces of #d18533

RGB 20913351
HSL0.090.630.51
HSV31°76°82°
CMYK 0.000.360.76   0.18
XYZ35.279630.56947.1730
Yxy30.56940.48310.4186
Hunter Lab55.289617.141831.0107
CIE-Lab62.142422.513253.9534

#d18533 color RGB value is (209,133,51).

#d18533 hex color red value is 209, green value is 133 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d18533 hue: 0.09 , saturation: 0.63 and the lightness value of d18533 is 0.51.

The process color (four color CMYK) of #d18533 color hex is 0.00, 0.36, 0.76, 0.18. Web safe color of #d18533 is #cc9933. Color #d18533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 00110011
Octal 321 205 63
Decimal 209 133 51
Hex D1 85 33

RGB Percentages of Color #d18533

%53.18
%33.84
%12.98

CMYK Percentages of Color #d18533

%0
%36
%76
%18

Triadic Colors of #d18533

#d18533 #33d185 #8533d1

Analogous Colors of #d18533

#d18533 #ced133 #d13633

Monochromatic Colors of #d18533

#d18533

Complementary Color

#d18533 #337fd1

#d18533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18533 Color CSS Codes

.mybgcolor {background-color:#d18533; } 
.myforecolor {color:#d18533; }
.mybordercolor {border:3px solid #d18533; }

#d18533 Text Font Color

<p style="color:#d18533">Text here</p>

This sample text font color is #d18533
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d18533 Background Color

<div style="background-color:#d18533">
Div content here</div>

This div background color is #d18533


#d18533 Border Color

<div style="border:3px solid #d18533">
Div here</div>

This div border color is #d18533


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,133,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d18533; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d18533;
  -webkit-box-shadow: 1px 1px 3px 2px #d18533;
  box-shadow:         1px 1px 3px 2px #d18533; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,133,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d18533">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d18533;
  -webkit-box-shadow: 1px 1px 3px 2px #d18533;
  box-shadow:         1px 1px 3px 2px #d18533;">
Div content here</div>

This div box has shadow with color #d18533


Comments

No comments written yet.

Please login to write comment.