Color Hex Logo

#ddc763 Color Hex

#DDC763
(221,199,99)
0 Favorites   0 Comments

Color spaces of #ddc763

RGB 22119999
HSL0.140.640.63
HSV49°55°87°
CMYK 0.000.100.55   0.13
XYZ52.494357.119920.0629
Yxy57.11990.40480.4405
Hunter Lab75.5777-8.279637.1652
CIE-Lab80.2470-4.627252.1346

#ddc763 color RGB value is (221,199,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01100011
Octal 335 307 143
Decimal 221 199 99
Hex DD C7 63

RGB Percentages of Color #ddc763

%42.58
%38.34
%19.08

CMYK Percentages of Color #ddc763

%0
%10
%55
%13

Triadic Colors of #ddc763

#ddc763 #63ddc7 #c763dd

Analogous Colors of #ddc763

#ddc763 #b6dd63 #dd8a63

Monochromatic Colors of #ddc763

#ddc763

Complementary Color

#ddc763 #6379dd

#ddc763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc763 Color CSS Codes

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

#ddc763 Text Font Color

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

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


#ddc763 Background Color

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

This div background color is #ddc763


#ddc763 Border Color

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

This div border color is #ddc763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc763


Comments

No comments written yet.

Please login to write comment.