Color Hex Logo

#ddba63 Color Hex

#DDBA63
(221,186,99)
0 Favorites   0 Comments

Color spaces of #ddba63

RGB 22118699
HSL0.120.640.63
HSV43°55°87°
CMYK 0.000.160.55   0.13
XYZ49.629851.390819.1080
Yxy51.39080.41310.4278
Hunter Lab71.6874-1.875834.3776
CIE-Lab76.91512.132448.2251

#ddba63 color RGB value is (221,186,99).

#ddba63 hex color red value is 221, green value is 186 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ddba63 hue: 0.12 , saturation: 0.64 and the lightness value of ddba63 is 0.63.

The process color (four color CMYK) of #ddba63 color hex is 0.00, 0.16, 0.55, 0.13. Web safe color of #ddba63 is #cccc66. Color #ddba63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 01100011
Octal 335 272 143
Decimal 221 186 99
Hex DD BA 63

RGB Percentages of Color #ddba63

%43.68
%36.76
%19.57

CMYK Percentages of Color #ddba63

%0
%16
%55
%13

Triadic Colors of #ddba63

#ddba63 #63ddba #ba63dd

Analogous Colors of #ddba63

#ddba63 #c3dd63 #dd7d63

Monochromatic Colors of #ddba63

#ddba63

Complementary Color

#ddba63 #6386dd

#ddba63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba63 Color CSS Codes

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

#ddba63 Text Font Color

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

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


#ddba63 Background Color

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

This div background color is #ddba63


#ddba63 Border Color

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

This div border color is #ddba63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba63


Comments

No comments written yet.

Please login to write comment.