Color Hex Logo

#ddb83c Color Hex

#DDB83C
(221,184,60)
0 Favorites   0 Comments

Color spaces of #ddb83c

RGB 22118460
HSL0.130.700.55
HSV46°73°87°
CMYK 0.000.170.73   0.13
XYZ47.774949.979411.4039
Yxy49.97940.43770.4579
Hunter Lab70.6961-3.091839.9233
CIE-Lab76.05660.753164.4438

#ddb83c color RGB value is (221,184,60).

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

The process color (four color CMYK) of #ddb83c color hex is 0.00, 0.17, 0.73, 0.13. Web safe color of #ddb83c is #cccc33. Color #ddb83c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00111100
Octal 335 270 74
Decimal 221 184 60
Hex DD B8 3C

RGB Percentages of Color #ddb83c

%47.53
%39.57
%12.90

CMYK Percentages of Color #ddb83c

%0
%17
%73
%13

Triadic Colors of #ddb83c

#ddb83c #3cddb8 #b83cdd

Analogous Colors of #ddb83c

#ddb83c #b2dd3c #dd683c

Monochromatic Colors of #ddb83c

#ddb83c

Complementary Color

#ddb83c #3c61dd

#ddb83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb83c Color CSS Codes

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

#ddb83c Text Font Color

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

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


#ddb83c Background Color

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

This div background color is #ddb83c


#ddb83c Border Color

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

This div border color is #ddb83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb83c


Comments

No comments written yet.

Please login to write comment.