Color Hex Logo

#ddb763 Color Hex

#DDB763
(221,183,99)
0 Favorites   0 Comments

Color spaces of #ddb763

RGB 22118399
HSL0.110.640.63
HSV41°55°87°
CMYK 0.000.170.55   0.13
XYZ49.004450.140018.8996
Yxy50.14000.41510.4248
Hunter Lab70.8096-0.384333.7418
CIE-Lab76.15513.710047.3232

#ddb763 color RGB value is (221,183,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01100011
Octal 335 267 143
Decimal 221 183 99
Hex DD B7 63

RGB Percentages of Color #ddb763

%43.94
%36.38
%19.68

CMYK Percentages of Color #ddb763

%0
%17
%55
%13

Triadic Colors of #ddb763

#ddb763 #63ddb7 #b763dd

Analogous Colors of #ddb763

#ddb763 #c6dd63 #dd7a63

Monochromatic Colors of #ddb763

#ddb763

Complementary Color

#ddb763 #6389dd

#ddb763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb763 Color CSS Codes

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

#ddb763 Text Font Color

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

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


#ddb763 Background Color

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

This div background color is #ddb763


#ddb763 Border Color

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

This div border color is #ddb763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,183,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 #ddb763">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb763


Comments

No comments written yet.

Please login to write comment.