Color Hex Logo

#ddb892 Color Hex

#DDB892
(221,184,146)
1 Favorites   0 Comments

Color spaces of #ddb892

RGB 221184146
HSL0.080.520.72
HSV30°34°87°
CMYK 0.000.170.34   0.13
XYZ52.147651.728534.4302
Yxy51.72850.37700.3740
Hunter Lab71.92253.557421.9629
CIE-Lab77.11827.953824.2924

#ddb892 color RGB value is (221,184,146).

#ddb892 hex color red value is 221, green value is 184 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ddb892 hue: 0.08 , saturation: 0.52 and the lightness value of ddb892 is 0.72.

The process color (four color CMYK) of #ddb892 color hex is 0.00, 0.17, 0.34, 0.13. Web safe color of #ddb892 is #cccc99. Color #ddb892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 10010010
Octal 335 270 222
Decimal 221 184 146
Hex DD B8 92

RGB Percentages of Color #ddb892

%40.11
%33.39
%26.50

CMYK Percentages of Color #ddb892

%0
%17
%34
%13

Triadic Colors of #ddb892

#ddb892 #92ddb8 #b892dd

Analogous Colors of #ddb892

#ddb892 #dddd92 #dd9392

Monochromatic Colors of #ddb892

#ddb892

Complementary Color

#ddb892 #92b7dd

#ddb892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb892 Color CSS Codes

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

#ddb892 Text Font Color

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

This sample text font color is #ddb892
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.


#ddb892 Background Color

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

This div background color is #ddb892


#ddb892 Border Color

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

This div border color is #ddb892


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,184,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb892; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb892;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb892;
  box-shadow:         1px 1px 3px 2px #ddb892; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,184,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb892

#ddb892 Color Palettes


Comments

No comments written yet.

Please login to write comment.