Color Hex Logo

#ddbc2d Color Hex

#DDBC2D
(221,188,45)
0 Favorites   0 Comments

Color spaces of #ddbc2d

RGB 22118845
HSL0.140.720.52
HSV49°80°87°
CMYK 0.000.150.80   0.13
XYZ48.275751.52819.8841
Yxy51.52810.44010.4698
Hunter Lab71.7831-5.575242.0843
CIE-Lab76.9978-1.919570.4557

#ddbc2d color RGB value is (221,188,45).

#ddbc2d hex color red value is 221, green value is 188 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ddbc2d hue: 0.14 , saturation: 0.72 and the lightness value of ddbc2d is 0.52.

The process color (four color CMYK) of #ddbc2d color hex is 0.00, 0.15, 0.80, 0.13. Web safe color of #ddbc2d is #cccc33. Color #ddbc2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00101101
Octal 335 274 55
Decimal 221 188 45
Hex DD BC 2D

RGB Percentages of Color #ddbc2d

%48.68
%41.41
%9.91

CMYK Percentages of Color #ddbc2d

%0
%15
%80
%13

Triadic Colors of #ddbc2d

#ddbc2d #2dddbc #bc2ddd

Analogous Colors of #ddbc2d

#ddbc2d #a6dd2d #dd642d

Monochromatic Colors of #ddbc2d

#ddbc2d

Complementary Color

#ddbc2d #2d4edd

#ddbc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc2d Color CSS Codes

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

#ddbc2d Text Font Color

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

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


#ddbc2d Background Color

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

This div background color is #ddbc2d


#ddbc2d Border Color

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

This div border color is #ddbc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc2d

#ddbc2d Color Palettes


Comments

No comments written yet.

Please login to write comment.