Color Hex Logo

#dda23d Color Hex

#DDA23D
(221,162,61)
0 Favorites   0 Comments

Color spaces of #dda23d

RGB 22116261
HSL0.110.700.55
HSV38°72°87°
CMYK 0.000.270.72   0.13
XYZ43.581441.549710.1378
Yxy41.54970.45750.4361
Hunter Lab64.45917.882235.7965
CIE-Lab70.559312.458558.5923

#dda23d color RGB value is (221,162,61).

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

The process color (four color CMYK) of #dda23d color hex is 0.00, 0.27, 0.72, 0.13. Web safe color of #dda23d is #cc9933. Color #dda23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 00111101
Octal 335 242 75
Decimal 221 162 61
Hex DD A2 3D

RGB Percentages of Color #dda23d

%49.77
%36.49
%13.74

CMYK Percentages of Color #dda23d

%0
%27
%72
%13

Triadic Colors of #dda23d

#dda23d #3ddda2 #a23ddd

Analogous Colors of #dda23d

#dda23d #c8dd3d #dd523d

Monochromatic Colors of #dda23d

#dda23d

Complementary Color

#dda23d #3d78dd

#dda23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda23d Color CSS Codes

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

#dda23d Text Font Color

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

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


#dda23d Background Color

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

This div background color is #dda23d


#dda23d Border Color

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

This div border color is #dda23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda23d


Comments

No comments written yet.

Please login to write comment.