Color Hex Logo

#ddd710 Color Hex

#DDD710
(221,215,16)
0 Favorites   0 Comments

Color spaces of #ddd710

RGB 22121516
HSL0.160.860.46
HSV58°93°87°
CMYK 0.000.030.93   0.13
XYZ54.212864.01049.9881
Yxy64.01040.42280.4993
Hunter Lab80.0065-19.058948.6027
CIE-Lab83.9712-16.251282.1646

#ddd710 color RGB value is (221,215,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00010000
Octal 335 327 20
Decimal 221 215 16
Hex DD D7 10

RGB Percentages of Color #ddd710

%48.89
%47.57
%3.54

CMYK Percentages of Color #ddd710

%0
%3
%93
%13

Triadic Colors of #ddd710

#ddd710 #10ddd7 #d710dd

Analogous Colors of #ddd710

#ddd710 #7ddd10 #dd7110

Monochromatic Colors of #ddd710

#ddd710

Complementary Color

#ddd710 #1016dd

#ddd710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd710 Color CSS Codes

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

#ddd710 Text Font Color

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

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


#ddd710 Background Color

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

This div background color is #ddd710


#ddd710 Border Color

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

This div border color is #ddd710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd710


Comments

No comments written yet.

Please login to write comment.