Color Hex Logo

#ddb93f Color Hex

#DDB93F
(221,185,63)
0 Favorites   0 Comments

Color spaces of #ddb93f

RGB 22118563
HSL0.130.700.56
HSV46°71°87°
CMYK 0.000.160.71   0.13
XYZ48.065050.429011.9031
Yxy50.42900.43540.4568
Hunter Lab71.0134-3.456739.7713
CIE-Lab76.33180.369863.5623

#ddb93f color RGB value is (221,185,63).

#ddb93f hex color red value is 221, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ddb93f hue: 0.13 , saturation: 0.70 and the lightness value of ddb93f is 0.56.

The process color (four color CMYK) of #ddb93f color hex is 0.00, 0.16, 0.71, 0.13. Web safe color of #ddb93f is #cccc33. Color #ddb93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00111111
Octal 335 271 77
Decimal 221 185 63
Hex DD B9 3F

RGB Percentages of Color #ddb93f

%47.12
%39.45
%13.43

CMYK Percentages of Color #ddb93f

%0
%16
%71
%13

Triadic Colors of #ddb93f

#ddb93f #3fddb9 #b93fdd

Analogous Colors of #ddb93f

#ddb93f #b2dd3f #dd6a3f

Monochromatic Colors of #ddb93f

#ddb93f

Complementary Color

#ddb93f #3f63dd

#ddb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb93f Color CSS Codes

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

#ddb93f Text Font Color

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

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


#ddb93f Background Color

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

This div background color is #ddb93f


#ddb93f Border Color

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

This div border color is #ddb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb93f


Comments

No comments written yet.

Please login to write comment.