Color Hex Logo

#ddd030 Color Hex

#DDD030
(221,208,48)
0 Favorites   0 Comments

Color spaces of #ddd030

RGB 22120848
HSL0.150.720.53
HSV55°78°87°
CMYK 0.000.060.78   0.13
XYZ52.908260.697311.7235
Yxy60.69730.42220.4843
Hunter Lab77.9085-15.119245.6141
CIE-Lab82.2157-12.037974.1904

#ddd030 color RGB value is (221,208,48).

#ddd030 hex color red value is 221, green value is 208 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddd030 hue: 0.15 , saturation: 0.72 and the lightness value of ddd030 is 0.53.

The process color (four color CMYK) of #ddd030 color hex is 0.00, 0.06, 0.78, 0.13. Web safe color of #ddd030 is #cccc33. Color #ddd030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 00110000
Octal 335 320 60
Decimal 221 208 48
Hex DD D0 30

RGB Percentages of Color #ddd030

%46.33
%43.61
%10.06

CMYK Percentages of Color #ddd030

%0
%6
%78
%13

Triadic Colors of #ddd030

#ddd030 #30ddd0 #d030dd

Analogous Colors of #ddd030

#ddd030 #94dd30 #dd7a30

Monochromatic Colors of #ddd030

#ddd030

Complementary Color

#ddd030 #303ddd

#ddd030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd030 Color CSS Codes

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

#ddd030 Text Font Color

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

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


#ddd030 Background Color

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

This div background color is #ddd030


#ddd030 Border Color

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

This div border color is #ddd030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd030


Comments

No comments written yet.

Please login to write comment.