Color Hex Logo

#dbbf3d Color Hex

#DBBF3D
(219,191,61)
0 Favorites   0 Comments

Color spaces of #dbbf3d

RGB 21919161
HSL0.140.690.55
HSV49°72°86°
CMYK 0.000.130.72   0.14
XYZ48.686552.658612.0129
Yxy52.65860.42950.4645
Hunter Lab72.5662-7.230840.9813
CIE-Lab77.6730-3.701565.5815

#dbbf3d color RGB value is (219,191,61).

#dbbf3d hex color red value is 219, green value is 191 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dbbf3d hue: 0.14 , saturation: 0.69 and the lightness value of dbbf3d is 0.55.

The process color (four color CMYK) of #dbbf3d color hex is 0.00, 0.13, 0.72, 0.14. Web safe color of #dbbf3d is #cccc33. Color #dbbf3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 00111101
Octal 333 277 75
Decimal 219 191 61
Hex DB BF 3D

RGB Percentages of Color #dbbf3d

%46.50
%40.55
%12.95

CMYK Percentages of Color #dbbf3d

%0
%13
%72
%14

Triadic Colors of #dbbf3d

#dbbf3d #3ddbbf #bf3ddb

Analogous Colors of #dbbf3d

#dbbf3d #a8db3d #db703d

Monochromatic Colors of #dbbf3d

#dbbf3d

Complementary Color

#dbbf3d #3d59db

#dbbf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbf3d Color CSS Codes

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

#dbbf3d Text Font Color

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

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


#dbbf3d Background Color

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

This div background color is #dbbf3d


#dbbf3d Border Color

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

This div border color is #dbbf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbf3d


Comments

No comments written yet.

Please login to write comment.