Color Hex Logo

#ddc853 Color Hex

#DDC853
(221,200,83)
0 Favorites   0 Comments

Color spaces of #ddc853

RGB 22120083
HSL0.140.670.60
HSV51°62°87°
CMYK 0.000.100.62   0.13
XYZ52.034457.305216.5021
Yxy57.30520.41350.4554
Hunter Lab75.7002-9.779040.0653
CIE-Lab80.3509-6.276959.4898

#ddc853 color RGB value is (221,200,83).

#ddc853 hex color red value is 221, green value is 200 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ddc853 hue: 0.14 , saturation: 0.67 and the lightness value of ddc853 is 0.60.

The process color (four color CMYK) of #ddc853 color hex is 0.00, 0.10, 0.62, 0.13. Web safe color of #ddc853 is #cccc66. Color #ddc853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01010011
Octal 335 310 123
Decimal 221 200 83
Hex DD C8 53

RGB Percentages of Color #ddc853

%43.85
%39.68
%16.47

CMYK Percentages of Color #ddc853

%0
%10
%62
%13

Triadic Colors of #ddc853

#ddc853 #53ddc8 #c853dd

Analogous Colors of #ddc853

#ddc853 #addd53 #dd8353

Monochromatic Colors of #ddc853

#ddc853

Complementary Color

#ddc853 #5368dd

#ddc853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc853 Color CSS Codes

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

#ddc853 Text Font Color

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

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


#ddc853 Background Color

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

This div background color is #ddc853


#ddc853 Border Color

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

This div border color is #ddc853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc853


Comments

No comments written yet.

Please login to write comment.