Color Hex Logo

#dbb92d Color Hex

#DBB92D
(219,185,45)
0 Favorites   0 Comments

Color spaces of #dbb92d

RGB 21918545
HSL0.130.710.52
HSV48°79°86°
CMYK 0.000.160.79   0.14
XYZ47.036049.94759.6444
Yxy49.94750.44110.4684
Hunter Lab70.6735-4.880041.3805
CIE-Lab76.0370-1.222769.5317

#dbb92d color RGB value is (219,185,45).

#dbb92d hex color red value is 219, green value is 185 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dbb92d hue: 0.13 , saturation: 0.71 and the lightness value of dbb92d is 0.52.

The process color (four color CMYK) of #dbb92d color hex is 0.00, 0.16, 0.79, 0.14. Web safe color of #dbb92d is #cccc33. Color #dbb92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 00101101
Octal 333 271 55
Decimal 219 185 45
Hex DB B9 2D

RGB Percentages of Color #dbb92d

%48.78
%41.20
%10.02

CMYK Percentages of Color #dbb92d

%0
%16
%79
%14

Triadic Colors of #dbb92d

#dbb92d #2ddbb9 #b92ddb

Analogous Colors of #dbb92d

#dbb92d #a6db2d #db622d

Monochromatic Colors of #dbb92d

#dbb92d

Complementary Color

#dbb92d #2d4fdb

#dbb92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb92d Color CSS Codes

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

#dbb92d Text Font Color

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

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


#dbb92d Background Color

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

This div background color is #dbb92d


#dbb92d Border Color

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

This div border color is #dbb92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb92d


Comments

No comments written yet.

Please login to write comment.