Color Hex Logo

#ddd713 Color Hex

#DDD713
(221,215,19)
0 Favorites   0 Comments

Color spaces of #ddd713

RGB 22121519
HSL0.160.840.47
HSV58°91°87°
CMYK 0.000.030.91   0.13
XYZ54.236864.020010.1146
Yxy64.02000.42250.4987
Hunter Lab80.0125-19.024948.5137
CIE-Lab83.9762-16.211681.7940

#ddd713 color RGB value is (221,215,19).

#ddd713 hex color red value is 221, green value is 215 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ddd713 hue: 0.16 , saturation: 0.84 and the lightness value of ddd713 is 0.47.

The process color (four color CMYK) of #ddd713 color hex is 0.00, 0.03, 0.91, 0.13. Web safe color of #ddd713 is #cccc00. Color #ddd713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00010011
Octal 335 327 23
Decimal 221 215 19
Hex DD D7 13

RGB Percentages of Color #ddd713

%48.57
%47.25
%4.18

CMYK Percentages of Color #ddd713

%0
%3
%91
%13

Triadic Colors of #ddd713

#ddd713 #13ddd7 #d713dd

Analogous Colors of #ddd713

#ddd713 #7edd13 #dd7213

Monochromatic Colors of #ddd713

#ddd713

Complementary Color

#ddd713 #1319dd

#ddd713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd713 Color CSS Codes

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

#ddd713 Text Font Color

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

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


#ddd713 Background Color

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

This div background color is #ddd713


#ddd713 Border Color

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

This div border color is #ddd713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd713


Comments

No comments written yet.

Please login to write comment.