Color Hex Logo

#ddb641 Color Hex

#DDB641
(221,182,65)
0 Favorites   0 Comments

Color spaces of #ddb641

RGB 22118265
HSL0.130.700.56
HSV45°71°87°
CMYK 0.000.180.71   0.13
XYZ47.500949.209711.9959
Yxy49.20970.43700.4527
Hunter Lab70.1496-1.892938.9659
CIE-Lab75.58162.039162.0209

#ddb641 color RGB value is (221,182,65).

#ddb641 hex color red value is 221, green value is 182 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ddb641 hue: 0.13 , saturation: 0.70 and the lightness value of ddb641 is 0.56.

The process color (four color CMYK) of #ddb641 color hex is 0.00, 0.18, 0.71, 0.13. Web safe color of #ddb641 is #cccc33. Color #ddb641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01000001
Octal 335 266 101
Decimal 221 182 65
Hex DD B6 41

RGB Percentages of Color #ddb641

%47.22
%38.89
%13.89

CMYK Percentages of Color #ddb641

%0
%18
%71
%13

Triadic Colors of #ddb641

#ddb641 #41ddb6 #b641dd

Analogous Colors of #ddb641

#ddb641 #b6dd41 #dd6841

Monochromatic Colors of #ddb641

#ddb641

Complementary Color

#ddb641 #4168dd

#ddb641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb641 Color CSS Codes

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

#ddb641 Text Font Color

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

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


#ddb641 Background Color

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

This div background color is #ddb641


#ddb641 Border Color

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

This div border color is #ddb641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb641


Comments

No comments written yet.

Please login to write comment.