Color Hex Logo

#ddb714 Color Hex

#DDB714
(221,183,20)
0 Favorites   0 Comments

Color spaces of #ddb714

RGB 22118320
HSL0.140.830.47
HSV49°91°87°
CMYK 0.000.170.91   0.13
XYZ46.878549.28967.7049
Yxy49.28960.45130.4745
Hunter Lab70.2066-3.673042.6377
CIE-Lab75.63110.084975.2606

#ddb714 color RGB value is (221,183,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 00010100
Octal 335 267 24
Decimal 221 183 20
Hex DD B7 14

RGB Percentages of Color #ddb714

%52.12
%43.16
%4.72

CMYK Percentages of Color #ddb714

%0
%17
%91
%13

Triadic Colors of #ddb714

#ddb714 #14ddb7 #b714dd

Analogous Colors of #ddb714

#ddb714 #9fdd14 #dd5214

Monochromatic Colors of #ddb714

#ddb714

Complementary Color

#ddb714 #143add

#ddb714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb714 Color CSS Codes

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

#ddb714 Text Font Color

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

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


#ddb714 Background Color

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

This div background color is #ddb714


#ddb714 Border Color

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

This div border color is #ddb714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb714


Comments

No comments written yet.

Please login to write comment.