Color Hex Logo

#ddb70f Color Hex

#DDB70F
(221,183,15)
0 Favorites   0 Comments

Color spaces of #ddb70f

RGB 22118315
HSL0.140.870.46
HSV49°93°87°
CMYK 0.000.170.93   0.13
XYZ46.838549.27367.4940
Yxy49.27360.45210.4756
Hunter Lab70.1952-3.735442.8068
CIE-Lab75.62120.015276.0053

#ddb70f color RGB value is (221,183,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 00001111
Octal 335 267 17
Decimal 221 183 15
Hex DD B7 F

RGB Percentages of Color #ddb70f

%52.74
%43.68
%3.58

CMYK Percentages of Color #ddb70f

%0
%17
%93
%13

Triadic Colors of #ddb70f

#ddb70f #0fddb7 #b70fdd

Analogous Colors of #ddb70f

#ddb70f #9cdd0f #dd500f

Monochromatic Colors of #ddb70f

#ddb70f

Complementary Color

#ddb70f #0f35dd

#ddb70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb70f Color CSS Codes

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

#ddb70f Text Font Color

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

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


#ddb70f Background Color

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

This div background color is #ddb70f


#ddb70f Border Color

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

This div border color is #ddb70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb70f


Comments

No comments written yet.

Please login to write comment.