Color Hex Logo

#ddbf7d Color Hex

#DDBF7D
(221,191,125)
0 Favorites   0 Comments

Color spaces of #ddbf7d

RGB 221191125
HSL0.110.590.68
HSV41°43°87°
CMYK 0.000.140.43   0.13
XYZ52.151354.114427.0985
Yxy54.11440.39100.4058
Hunter Lab73.5625-2.188829.6529
CIE-Lab78.52841.885137.1768

#ddbf7d color RGB value is (221,191,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 01111101
Octal 335 277 175
Decimal 221 191 125
Hex DD BF 7D

RGB Percentages of Color #ddbf7d

%41.15
%35.57
%23.28

CMYK Percentages of Color #ddbf7d

%0
%14
%43
%13

Triadic Colors of #ddbf7d

#ddbf7d #7dddbf #bf7ddd

Analogous Colors of #ddbf7d

#ddbf7d #cbdd7d #dd8f7d

Monochromatic Colors of #ddbf7d

#ddbf7d

Complementary Color

#ddbf7d #7d9bdd

#ddbf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbf7d Color CSS Codes

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

#ddbf7d Text Font Color

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

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


#ddbf7d Background Color

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

This div background color is #ddbf7d


#ddbf7d Border Color

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

This div border color is #ddbf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbf7d


Comments

No comments written yet.

Please login to write comment.