Color Hex Logo

#ddc948 Color Hex

#DDC948
(221,201,72)
0 Favorites   0 Comments

Color spaces of #ddc948

RGB 22120172
HSL0.140.690.57
HSV52°67°87°
CMYK 0.000.090.67   0.13
XYZ51.875157.613314.5173
Yxy57.61330.41830.4646
Hunter Lab75.9034-10.837741.7926
CIE-Lab80.5233-7.437764.2459

#ddc948 color RGB value is (221,201,72).

#ddc948 hex color red value is 221, green value is 201 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ddc948 hue: 0.14 , saturation: 0.69 and the lightness value of ddc948 is 0.57.

The process color (four color CMYK) of #ddc948 color hex is 0.00, 0.09, 0.67, 0.13. Web safe color of #ddc948 is #cccc33. Color #ddc948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01001000
Octal 335 311 110
Decimal 221 201 72
Hex DD C9 48

RGB Percentages of Color #ddc948

%44.74
%40.69
%14.57

CMYK Percentages of Color #ddc948

%0
%9
%67
%13

Triadic Colors of #ddc948

#ddc948 #48ddc9 #c948dd

Analogous Colors of #ddc948

#ddc948 #a7dd48 #dd7f48

Monochromatic Colors of #ddc948

#ddc948

Complementary Color

#ddc948 #485cdd

#ddc948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc948 Color CSS Codes

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

#ddc948 Text Font Color

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

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


#ddc948 Background Color

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

This div background color is #ddc948


#ddc948 Border Color

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

This div border color is #ddc948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc948


Comments

No comments written yet.

Please login to write comment.