Color Hex Logo

#dbc133 Color Hex

#DBC133
(219,193,51)
0 Favorites   0 Comments

Color spaces of #dbc133

RGB 21919351
HSL0.140.700.53
HSV51°77°86°
CMYK 0.000.120.77   0.14
XYZ48.880953.439010.8704
Yxy53.43900.43180.4721
Hunter Lab73.1020-8.571442.3549
CIE-Lab78.1335-5.154569.5182

#dbc133 color RGB value is (219,193,51).

#dbc133 hex color red value is 219, green value is 193 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dbc133 hue: 0.14 , saturation: 0.70 and the lightness value of dbc133 is 0.53.

The process color (four color CMYK) of #dbc133 color hex is 0.00, 0.12, 0.77, 0.14. Web safe color of #dbc133 is #cccc33. Color #dbc133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00110011
Octal 333 301 63
Decimal 219 193 51
Hex DB C1 33

RGB Percentages of Color #dbc133

%47.30
%41.68
%11.02

CMYK Percentages of Color #dbc133

%0
%12
%77
%14

Triadic Colors of #dbc133

#dbc133 #33dbc1 #c133db

Analogous Colors of #dbc133

#dbc133 #a1db33 #db6d33

Monochromatic Colors of #dbc133

#dbc133

Complementary Color

#dbc133 #334ddb

#dbc133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc133 Color CSS Codes

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

#dbc133 Text Font Color

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

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


#dbc133 Background Color

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

This div background color is #dbc133


#dbc133 Border Color

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

This div border color is #dbc133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc133


Comments

No comments written yet.

Please login to write comment.