Color Hex Logo

#dbc250 Color Hex

#DBC250
(219,194,80)
0 Favorites   0 Comments

Color spaces of #dbc250

RGB 21919480
HSL0.140.660.59
HSV49°63°86°
CMYK 0.000.110.63   0.14
XYZ49.953254.222815.4227
Yxy54.22280.41770.4534
Hunter Lab73.6361-7.772639.1273
CIE-Lab78.5915-4.220558.8338

#dbc250 color RGB value is (219,194,80).

#dbc250 hex color red value is 219, green value is 194 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dbc250 hue: 0.14 , saturation: 0.66 and the lightness value of dbc250 is 0.59.

The process color (four color CMYK) of #dbc250 color hex is 0.00, 0.11, 0.63, 0.14. Web safe color of #dbc250 is #cccc66. Color #dbc250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01010000
Octal 333 302 120
Decimal 219 194 80
Hex DB C2 50

RGB Percentages of Color #dbc250

%44.42
%39.35
%16.23

CMYK Percentages of Color #dbc250

%0
%11
%63
%14

Triadic Colors of #dbc250

#dbc250 #50dbc2 #c250db

Analogous Colors of #dbc250

#dbc250 #afdb50 #db7d50

Monochromatic Colors of #dbc250

#dbc250

Complementary Color

#dbc250 #5069db

#dbc250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc250 Color CSS Codes

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

#dbc250 Text Font Color

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

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


#dbc250 Background Color

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

This div background color is #dbc250


#dbc250 Border Color

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

This div border color is #dbc250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc250


Comments

No comments written yet.

Please login to write comment.