Color Hex Logo

#ddbd14 Color Hex

#DDBD14
(221,189,20)
0 Favorites   0 Comments

Color spaces of #ddbd14

RGB 22118920
HSL0.140.830.47
HSV50°91°87°
CMYK 0.000.140.91   0.13
XYZ48.142751.81798.1263
Yxy51.81790.44540.4794
Hunter Lab71.9847-6.593943.6960
CIE-Lab77.1718-3.036376.4355

#ddbd14 color RGB value is (221,189,20).

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

The process color (four color CMYK) of #ddbd14 color hex is 0.00, 0.14, 0.91, 0.13. Web safe color of #ddbd14 is #cccc00. Color #ddbd14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 00010100
Octal 335 275 24
Decimal 221 189 20
Hex DD BD 14

RGB Percentages of Color #ddbd14

%51.40
%43.95
%4.65

CMYK Percentages of Color #ddbd14

%0
%14
%91
%13

Triadic Colors of #ddbd14

#ddbd14 #14ddbd #bd14dd

Analogous Colors of #ddbd14

#ddbd14 #99dd14 #dd5914

Monochromatic Colors of #ddbd14

#ddbd14

Complementary Color

#ddbd14 #1434dd

#ddbd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbd14 Color CSS Codes

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

#ddbd14 Text Font Color

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

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


#ddbd14 Background Color

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

This div background color is #ddbd14


#ddbd14 Border Color

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

This div border color is #ddbd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbd14


Comments

No comments written yet.

Please login to write comment.