Color Hex Logo

#dfd330 Color Hex

#DFD330
(223,211,48)
0 Favorites   0 Comments

Color spaces of #dfd330

RGB 22321148
HSL0.160.730.53
HSV56°78°87°
CMYK 0.000.050.78   0.13
XYZ54.259262.489911.9983
Yxy62.48990.42140.4854
Hunter Lab79.0506-15.818646.3363
CIE-Lab83.1733-12.693675.1036

#dfd330 color RGB value is (223,211,48).

#dfd330 hex color red value is 223, green value is 211 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfd330 hue: 0.16 , saturation: 0.73 and the lightness value of dfd330 is 0.53.

The process color (four color CMYK) of #dfd330 color hex is 0.00, 0.05, 0.78, 0.13. Web safe color of #dfd330 is #cccc33. Color #dfd330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00110000
Octal 337 323 60
Decimal 223 211 48
Hex DF D3 30

RGB Percentages of Color #dfd330

%46.27
%43.78
%9.96

CMYK Percentages of Color #dfd330

%0
%5
%78
%13

Triadic Colors of #dfd330

#dfd330 #30dfd3 #d330df

Analogous Colors of #dfd330

#dfd330 #94df30 #df7c30

Monochromatic Colors of #dfd330

#dfd330

Complementary Color

#dfd330 #303cdf

#dfd330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd330 Color CSS Codes

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

#dfd330 Text Font Color

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

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


#dfd330 Background Color

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

This div background color is #dfd330


#dfd330 Border Color

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

This div border color is #dfd330


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,211,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 #dfd330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd330


Comments

No comments written yet.

Please login to write comment.