Color Hex Logo

#ddbf50 Color Hex

#DDBF50
(221,191,80)
0 Favorites   0 Comments

Color spaces of #ddbf50

RGB 22119180
HSL0.130.670.59
HSV47°64°87°
CMYK 0.000.140.64   0.13
XYZ49.897653.212915.2307
Yxy53.21290.42160.4497
Hunter Lab72.9472-5.559338.6838
CIE-Lab78.0005-1.823158.2493

#ddbf50 color RGB value is (221,191,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 01010000
Octal 335 277 120
Decimal 221 191 80
Hex DD BF 50

RGB Percentages of Color #ddbf50

%44.92
%38.82
%16.26

CMYK Percentages of Color #ddbf50

%0
%14
%64
%13

Triadic Colors of #ddbf50

#ddbf50 #50ddbf #bf50dd

Analogous Colors of #ddbf50

#ddbf50 #b5dd50 #dd7950

Monochromatic Colors of #ddbf50

#ddbf50

Complementary Color

#ddbf50 #506edd

#ddbf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf50 Color CSS Codes

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

#ddbf50 Text Font Color

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

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


#ddbf50 Background Color

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

This div background color is #ddbf50


#ddbf50 Border Color

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

This div border color is #ddbf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf50

#ddbf50 Color Palettes


Comments

No comments written yet.

Please login to write comment.