Color Hex Logo

#ddb315 Color Hex

#DDB315
(221,179,21)
0 Favorites   0 Comments

Color spaces of #ddb315

RGB 22117921
HSL0.130.830.47
HSV47°90°87°
CMYK 0.000.190.90   0.13
XYZ46.074347.66657.4816
Yxy47.66650.45520.4709
Hunter Lab69.0409-1.700141.9037
CIE-Lab74.61412.196774.3141

#ddb315 color RGB value is (221,179,21).

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

The process color (four color CMYK) of #ddb315 color hex is 0.00, 0.19, 0.90, 0.13. Web safe color of #ddb315 is #cccc00. Color #ddb315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00010101
Octal 335 263 25
Decimal 221 179 21
Hex DD B3 15

RGB Percentages of Color #ddb315

%52.49
%42.52
%4.99

CMYK Percentages of Color #ddb315

%0
%19
%90
%13

Triadic Colors of #ddb315

#ddb315 #15ddb3 #b315dd

Analogous Colors of #ddb315

#ddb315 #a3dd15 #dd4f15

Monochromatic Colors of #ddb315

#ddb315

Complementary Color

#ddb315 #153fdd

#ddb315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb315 Color CSS Codes

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

#ddb315 Text Font Color

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

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


#ddb315 Background Color

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

This div background color is #ddb315


#ddb315 Border Color

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

This div border color is #ddb315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb315


Comments

No comments written yet.

Please login to write comment.