Color Hex Logo

#ddc750 Color Hex

#DDC750
(221,199,80)
0 Favorites   0 Comments

Color spaces of #ddc750

RGB 22119980
HSL0.140.670.59
HSV51°64°87°
CMYK 0.000.100.64   0.13
XYZ51.690256.798215.8282
Yxy56.79820.41580.4569
Hunter Lab75.3646-9.460540.3030
CIE-Lab80.0660-5.952360.4702

#ddc750 color RGB value is (221,199,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01010000
Octal 335 307 120
Decimal 221 199 80
Hex DD C7 50

RGB Percentages of Color #ddc750

%44.20
%39.80
%16.00

CMYK Percentages of Color #ddc750

%0
%10
%64
%13

Triadic Colors of #ddc750

#ddc750 #50ddc7 #c750dd

Analogous Colors of #ddc750

#ddc750 #addd50 #dd8150

Monochromatic Colors of #ddc750

#ddc750

Complementary Color

#ddc750 #5066dd

#ddc750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc750 Color CSS Codes

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

#ddc750 Text Font Color

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

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


#ddc750 Background Color

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

This div background color is #ddc750


#ddc750 Border Color

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

This div border color is #ddc750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc750


Comments

No comments written yet.

Please login to write comment.