Color Hex Logo

#ddbc54 Color Hex

#DDBC54
(221,188,84)
0 Favorites   0 Comments

Color spaces of #ddbc54

RGB 22118884
HSL0.130.670.60
HSV46°62°87°
CMYK 0.000.150.62   0.13
XYZ49.402251.978715.8166
Yxy51.97870.42150.4435
Hunter Lab72.0963-3.855737.4602
CIE-Lab77.2681-0.005455.6720

#ddbc54 color RGB value is (221,188,84).

#ddbc54 hex color red value is 221, green value is 188 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ddbc54 hue: 0.13 , saturation: 0.67 and the lightness value of ddbc54 is 0.60.

The process color (four color CMYK) of #ddbc54 color hex is 0.00, 0.15, 0.62, 0.13. Web safe color of #ddbc54 is #cccc66. Color #ddbc54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 01010100
Octal 335 274 124
Decimal 221 188 84
Hex DD BC 54

RGB Percentages of Color #ddbc54

%44.83
%38.13
%17.04

CMYK Percentages of Color #ddbc54

%0
%15
%62
%13

Triadic Colors of #ddbc54

#ddbc54 #54ddbc #bc54dd

Analogous Colors of #ddbc54

#ddbc54 #badd54 #dd7854

Monochromatic Colors of #ddbc54

#ddbc54

Complementary Color

#ddbc54 #5475dd

#ddbc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc54 Color CSS Codes

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

#ddbc54 Text Font Color

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

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


#ddbc54 Background Color

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

This div background color is #ddbc54


#ddbc54 Border Color

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

This div border color is #ddbc54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc54


Comments

No comments written yet.

Please login to write comment.