Color Hex Logo

#dbbd90 Color Hex

#DBBD90
(219,189,144)
0 Favorites   0 Comments

Color spaces of #dbbd90

RGB 219189144
HSL0.100.510.71
HSV36°34°86°
CMYK 0.000.140.34   0.14
XYZ52.445153.468933.9419
Yxy53.46890.37500.3823
Hunter Lab73.12240.060123.6645
CIE-Lab78.15104.278926.7203

#dbbd90 color RGB value is (219,189,144).

#dbbd90 hex color red value is 219, green value is 189 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dbbd90 hue: 0.10 , saturation: 0.51 and the lightness value of dbbd90 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10010000
Octal 333 275 220
Decimal 219 189 144
Hex DB BD 90

RGB Percentages of Color #dbbd90

%39.67
%34.24
%26.09

CMYK Percentages of Color #dbbd90

%0
%14
%34
%14

Triadic Colors of #dbbd90

#dbbd90 #90dbbd #bd90db

Analogous Colors of #dbbd90

#dbbd90 #d4db90 #db9890

Monochromatic Colors of #dbbd90

#dbbd90

Complementary Color

#dbbd90 #90aedb

#dbbd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd90 Color CSS Codes

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

#dbbd90 Text Font Color

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

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


#dbbd90 Background Color

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

This div background color is #dbbd90


#dbbd90 Border Color

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

This div border color is #dbbd90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,189,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbd90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbd90;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbd90;
  box-shadow:         1px 1px 3px 2px #dbbd90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,189,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd90


Comments

No comments written yet.

Please login to write comment.