Color Hex Logo

#ddb923 Color Hex

#DDB923
(221,185,35)
0 Favorites   0 Comments

Color spaces of #ddb923

RGB 22118535
HSL0.130.730.50
HSV48°84°87°
CMYK 0.000.160.84   0.13
XYZ47.471150.19148.7760
Yxy50.19140.44600.4716
Hunter Lab70.8459-4.374342.2476
CIE-Lab76.1866-0.651672.5500

#ddb923 color RGB value is (221,185,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 00100011
Octal 335 271 43
Decimal 221 185 35
Hex DD B9 23

RGB Percentages of Color #ddb923

%50.11
%41.95
%7.94

CMYK Percentages of Color #ddb923

%0
%16
%84
%13

Triadic Colors of #ddb923

#ddb923 #23ddb9 #b923dd

Analogous Colors of #ddb923

#ddb923 #a4dd23 #dd5c23

Monochromatic Colors of #ddb923

#ddb923

Complementary Color

#ddb923 #2347dd

#ddb923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb923 Color CSS Codes

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

#ddb923 Text Font Color

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

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


#ddb923 Background Color

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

This div background color is #ddb923


#ddb923 Border Color

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

This div border color is #ddb923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb923

#ddb923 Color Palettes


Comments

No comments written yet.

Please login to write comment.