Color Hex Logo

#ddb014 Color Hex

#DDB014
(221,176,20)
0 Favorites   0 Comments

Color spaces of #ddb014

RGB 22117620
HSL0.130.830.47
HSV47°91°87°
CMYK 0.000.200.91   0.13
XYZ45.470446.47337.2355
Yxy46.47330.45850.4686
Hunter Lab68.1713-0.240041.4271
CIE-Lab73.85163.759773.9076

#ddb014 color RGB value is (221,176,20).

#ddb014 hex color red value is 221, green value is 176 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ddb014 hue: 0.13 , saturation: 0.83 and the lightness value of ddb014 is 0.47.

The process color (four color CMYK) of #ddb014 color hex is 0.00, 0.20, 0.91, 0.13. Web safe color of #ddb014 is #cc9900. Color #ddb014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00010100
Octal 335 260 24
Decimal 221 176 20
Hex DD B0 14

RGB Percentages of Color #ddb014

%53.00
%42.21
%4.80

CMYK Percentages of Color #ddb014

%0
%20
%91
%13

Triadic Colors of #ddb014

#ddb014 #14ddb0 #b014dd

Analogous Colors of #ddb014

#ddb014 #a6dd14 #dd4c14

Monochromatic Colors of #ddb014

#ddb014

Complementary Color

#ddb014 #1441dd

#ddb014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb014 Color CSS Codes

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

#ddb014 Text Font Color

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

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


#ddb014 Background Color

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

This div background color is #ddb014


#ddb014 Border Color

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

This div border color is #ddb014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb014


Comments

No comments written yet.

Please login to write comment.