Color Hex Logo

#dda315 Color Hex

#DDA315
(221,163,21)
0 Favorites   0 Comments

Color spaces of #dda315

RGB 22116321
HSL0.120.830.47
HSV43°90°87°
CMYK 0.000.260.90   0.13
XYZ43.051341.62076.4740
Yxy41.62070.47230.4566
Hunter Lab64.51416.216239.2101
CIE-Lab70.608610.676471.2642

#dda315 color RGB value is (221,163,21).

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

The process color (four color CMYK) of #dda315 color hex is 0.00, 0.26, 0.90, 0.13. Web safe color of #dda315 is #cc9900. Color #dda315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 00010101
Octal 335 243 25
Decimal 221 163 21
Hex DD A3 15

RGB Percentages of Color #dda315

%54.57
%40.25
%5.19

CMYK Percentages of Color #dda315

%0
%26
%90
%13

Triadic Colors of #dda315

#dda315 #15dda3 #a315dd

Analogous Colors of #dda315

#dda315 #b3dd15 #dd3f15

Monochromatic Colors of #dda315

#dda315

Complementary Color

#dda315 #154fdd

#dda315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda315 Color CSS Codes

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

#dda315 Text Font Color

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

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


#dda315 Background Color

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

This div background color is #dda315


#dda315 Border Color

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

This div border color is #dda315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda315


Comments

No comments written yet.

Please login to write comment.