Color Hex Logo

#ddb238 Color Hex

#DDB238
(221,178,56)
0 Favorites   0 Comments

Color spaces of #ddb238

RGB 22117856
HSL0.120.710.54
HSV44°75°87°
CMYK 0.000.190.75   0.13
XYZ46.453047.498510.4612
Yxy47.49850.44490.4549
Hunter Lab68.9192-0.295739.2438
CIE-Lab74.50753.729264.4457

#ddb238 color RGB value is (221,178,56).

#ddb238 hex color red value is 221, green value is 178 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ddb238 hue: 0.12 , saturation: 0.71 and the lightness value of ddb238 is 0.54.

The process color (four color CMYK) of #ddb238 color hex is 0.00, 0.19, 0.75, 0.13. Web safe color of #ddb238 is #cc9933. Color #ddb238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 00111000
Octal 335 262 70
Decimal 221 178 56
Hex DD B2 38

RGB Percentages of Color #ddb238

%48.57
%39.12
%12.31

CMYK Percentages of Color #ddb238

%0
%19
%75
%13

Triadic Colors of #ddb238

#ddb238 #38ddb2 #b238dd

Analogous Colors of #ddb238

#ddb238 #b6dd38 #dd5f38

Monochromatic Colors of #ddb238

#ddb238

Complementary Color

#ddb238 #3863dd

#ddb238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb238 Color CSS Codes

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

#ddb238 Text Font Color

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

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


#ddb238 Background Color

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

This div background color is #ddb238


#ddb238 Border Color

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

This div border color is #ddb238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb238


Comments

No comments written yet.

Please login to write comment.