Color Hex Logo

#ddb038 Color Hex

#DDB038
(221,176,56)
0 Favorites   0 Comments

Color spaces of #ddb038

RGB 22117656
HSL0.120.710.54
HSV44°75°87°
CMYK 0.000.200.75   0.13
XYZ46.057946.708310.3295
Yxy46.70830.44670.4531
Hunter Lab68.34350.693338.8793
CIE-Lab74.00284.784963.9615

#ddb038 color RGB value is (221,176,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00111000
Octal 335 260 70
Decimal 221 176 56
Hex DD B0 38

RGB Percentages of Color #ddb038

%48.79
%38.85
%12.36

CMYK Percentages of Color #ddb038

%0
%20
%75
%13

Triadic Colors of #ddb038

#ddb038 #38ddb0 #b038dd

Analogous Colors of #ddb038

#ddb038 #b8dd38 #dd5e38

Monochromatic Colors of #ddb038

#ddb038

Complementary Color

#ddb038 #3865dd

#ddb038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb038 Color CSS Codes

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

#ddb038 Text Font Color

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

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


#ddb038 Background Color

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

This div background color is #ddb038


#ddb038 Border Color

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

This div border color is #ddb038


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb038">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb038


Comments

No comments written yet.

Please login to write comment.