Color Hex Logo

#ddbc31 Color Hex

#DDBC31
(221,188,49)
0 Favorites   0 Comments

Color spaces of #ddbc31

RGB 22118849
HSL0.130.720.53
HSV48°78°87°
CMYK 0.000.150.78   0.13
XYZ48.356451.560310.3092
Yxy51.56030.43870.4678
Hunter Lab71.8055-5.451341.7515
CIE-Lab77.0172-1.780869.2185

#ddbc31 color RGB value is (221,188,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00110001
Octal 335 274 61
Decimal 221 188 49
Hex DD BC 31

RGB Percentages of Color #ddbc31

%48.25
%41.05
%10.70

CMYK Percentages of Color #ddbc31

%0
%15
%78
%13

Triadic Colors of #ddbc31

#ddbc31 #31ddbc #bc31dd

Analogous Colors of #ddbc31

#ddbc31 #a8dd31 #dd6631

Monochromatic Colors of #ddbc31

#ddbc31

Complementary Color

#ddbc31 #3152dd

#ddbc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc31 Color CSS Codes

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

#ddbc31 Text Font Color

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

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


#ddbc31 Background Color

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

This div background color is #ddbc31


#ddbc31 Border Color

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

This div border color is #ddbc31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc31


Comments

No comments written yet.

Please login to write comment.