Color Hex Logo

#ddbe67 Color Hex

#DDBE67
(221,190,103)
0 Favorites   0 Comments

Color spaces of #ddbe67

RGB 221190103
HSL0.120.630.64
HSV44°53°87°
CMYK 0.000.140.53   0.13
XYZ50.680453.178320.4253
Yxy53.17830.40780.4279
Hunter Lab72.9235-3.562034.4397
CIE-Lab77.98020.363147.5451

#ddbe67 color RGB value is (221,190,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 01100111
Octal 335 276 147
Decimal 221 190 103
Hex DD BE 67

RGB Percentages of Color #ddbe67

%43.00
%36.96
%20.04

CMYK Percentages of Color #ddbe67

%0
%14
%53
%13

Triadic Colors of #ddbe67

#ddbe67 #67ddbe #be67dd

Analogous Colors of #ddbe67

#ddbe67 #c1dd67 #dd8367

Monochromatic Colors of #ddbe67

#ddbe67

Complementary Color

#ddbe67 #6786dd

#ddbe67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe67 Color CSS Codes

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

#ddbe67 Text Font Color

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

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


#ddbe67 Background Color

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

This div background color is #ddbe67


#ddbe67 Border Color

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

This div border color is #ddbe67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe67


Comments

No comments written yet.

Please login to write comment.