Color Hex Logo

#ddc346 Color Hex

#DDC346
(221,195,70)
0 Favorites   0 Comments

Color spaces of #ddc346

RGB 22119570
HSL0.140.690.57
HSV50°68°87°
CMYK 0.000.120.68   0.13
XYZ50.439454.844613.7220
Yxy54.84460.42380.4609
Hunter Lab74.0571-8.025940.8542
CIE-Lab78.9517-4.468263.4371

#ddc346 color RGB value is (221,195,70).

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

The process color (four color CMYK) of #ddc346 color hex is 0.00, 0.12, 0.68, 0.13. Web safe color of #ddc346 is #cccc33. Color #ddc346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01000110
Octal 335 303 106
Decimal 221 195 70
Hex DD C3 46

RGB Percentages of Color #ddc346

%45.47
%40.12
%14.40

CMYK Percentages of Color #ddc346

%0
%12
%68
%13

Triadic Colors of #ddc346

#ddc346 #46ddc3 #c346dd

Analogous Colors of #ddc346

#ddc346 #acdd46 #dd7846

Monochromatic Colors of #ddc346

#ddc346

Complementary Color

#ddc346 #4660dd

#ddc346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc346 Color CSS Codes

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

#ddc346 Text Font Color

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

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


#ddc346 Background Color

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

This div background color is #ddc346


#ddc346 Border Color

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

This div border color is #ddc346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc346


Comments

No comments written yet.

Please login to write comment.