Color Hex Logo

#ddba0f Color Hex

#DDBA0F
(221,186,15)
0 Favorites   0 Comments

Color spaces of #ddba0f

RGB 22118615
HSL0.140.870.46
HSV50°93°87°
CMYK 0.000.160.93   0.13
XYZ47.463950.52457.7025
Yxy50.52450.44910.4780
Hunter Lab71.0806-5.198143.3316
CIE-Lab76.3901-1.548876.5777

#ddba0f color RGB value is (221,186,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00001111
Octal 335 272 17
Decimal 221 186 15
Hex DD BA F

RGB Percentages of Color #ddba0f

%52.37
%44.08
%3.55

CMYK Percentages of Color #ddba0f

%0
%16
%93
%13

Triadic Colors of #ddba0f

#ddba0f #0fddba #ba0fdd

Analogous Colors of #ddba0f

#ddba0f #99dd0f #dd530f

Monochromatic Colors of #ddba0f

#ddba0f

Complementary Color

#ddba0f #0f32dd

#ddba0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba0f Color CSS Codes

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

#ddba0f Text Font Color

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

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


#ddba0f Background Color

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

This div background color is #ddba0f


#ddba0f Border Color

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

This div border color is #ddba0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba0f


Comments

No comments written yet.

Please login to write comment.