Color Hex Logo

#dbd730 Color Hex

#DBD730
(219,215,48)
0 Favorites   0 Comments

Color spaces of #dbd730

RGB 21921548
HSL0.160.700.52
HSV59°78°86°
CMYK 0.000.020.78   0.14
XYZ54.047463.874312.2767
Yxy63.87430.41510.4906
Hunter Lab79.9214-19.150646.8375
CIE-Lab83.9003-16.367775.6211

#dbd730 color RGB value is (219,215,48).

#dbd730 hex color red value is 219, green value is 215 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dbd730 hue: 0.16 , saturation: 0.70 and the lightness value of dbd730 is 0.52.

The process color (four color CMYK) of #dbd730 color hex is 0.00, 0.02, 0.78, 0.14. Web safe color of #dbd730 is #cccc33. Color #dbd730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00110000
Octal 333 327 60
Decimal 219 215 48
Hex DB D7 30

RGB Percentages of Color #dbd730

%45.44
%44.61
%9.96

CMYK Percentages of Color #dbd730

%0
%2
%78
%14

Triadic Colors of #dbd730

#dbd730 #30dbd7 #d730db

Analogous Colors of #dbd730

#dbd730 #8adb30 #db8230

Monochromatic Colors of #dbd730

#dbd730

Complementary Color

#dbd730 #3034db

#dbd730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd730 Color CSS Codes

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

#dbd730 Text Font Color

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

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


#dbd730 Background Color

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

This div background color is #dbd730


#dbd730 Border Color

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

This div border color is #dbd730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd730


Comments

No comments written yet.

Please login to write comment.