Color Hex Logo

#dda03d Color Hex

#DDA03D
(221,160,61)
0 Favorites   0 Comments

Color spaces of #dda03d

RGB 22116061
HSL0.100.700.55
HSV37°72°87°
CMYK 0.000.280.72   0.13
XYZ43.231940.850710.0213
Yxy40.85070.45940.4341
Hunter Lab63.91468.887235.4440
CIE-Lab70.071213.529158.0993

#dda03d color RGB value is (221,160,61).

#dda03d hex color red value is 221, green value is 160 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dda03d hue: 0.10 , saturation: 0.70 and the lightness value of dda03d is 0.55.

The process color (four color CMYK) of #dda03d color hex is 0.00, 0.28, 0.72, 0.13. Web safe color of #dda03d is #cc9933. Color #dda03d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00111101
Octal 335 240 75
Decimal 221 160 61
Hex DD A0 3D

RGB Percentages of Color #dda03d

%50.00
%36.20
%13.80

CMYK Percentages of Color #dda03d

%0
%28
%72
%13

Triadic Colors of #dda03d

#dda03d #3ddda0 #a03ddd

Analogous Colors of #dda03d

#dda03d #cadd3d #dd503d

Monochromatic Colors of #dda03d

#dda03d

Complementary Color

#dda03d #3d7add

#dda03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda03d Color CSS Codes

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

#dda03d Text Font Color

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

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


#dda03d Background Color

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

This div background color is #dda03d


#dda03d Border Color

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

This div border color is #dda03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda03d


Comments

No comments written yet.

Please login to write comment.