Color Hex Logo

#ddb852 Color Hex

#DDB852
(221,184,82)
0 Favorites   0 Comments

Color spaces of #ddb852

RGB 22118482
HSL0.120.670.59
HSV44°63°87°
CMYK 0.000.170.63   0.13
XYZ48.482350.262315.1290
Yxy50.26230.42580.4414
Hunter Lab70.8959-2.000336.9748
CIE-Lab76.23001.958455.4283

#ddb852 color RGB value is (221,184,82).

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

The process color (four color CMYK) of #ddb852 color hex is 0.00, 0.17, 0.63, 0.13. Web safe color of #ddb852 is #cccc66. Color #ddb852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01010010
Octal 335 270 122
Decimal 221 184 82
Hex DD B8 52

RGB Percentages of Color #ddb852

%45.38
%37.78
%16.84

CMYK Percentages of Color #ddb852

%0
%17
%63
%13

Triadic Colors of #ddb852

#ddb852 #52ddb8 #b852dd

Analogous Colors of #ddb852

#ddb852 #bddd52 #dd7352

Monochromatic Colors of #ddb852

#ddb852

Complementary Color

#ddb852 #5277dd

#ddb852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb852 Color CSS Codes

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

#ddb852 Text Font Color

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

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


#ddb852 Background Color

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

This div background color is #ddb852


#ddb852 Border Color

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

This div border color is #ddb852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb852


Comments

No comments written yet.

Please login to write comment.