Color Hex Logo

#ddb330 Color Hex

#DDB330
(221,179,48)
0 Favorites   0 Comments

Color spaces of #ddb330

RGB 22117948
HSL0.130.720.53
HSV45°78°87°
CMYK 0.000.190.78   0.13
XYZ46.472447.82589.5782
Yxy47.82580.44740.4604
Hunter Lab69.1562-1.072840.1976
CIE-Lab74.71492.890067.4567

#ddb330 color RGB value is (221,179,48).

#ddb330 hex color red value is 221, green value is 179 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddb330 hue: 0.13 , saturation: 0.72 and the lightness value of ddb330 is 0.53.

The process color (four color CMYK) of #ddb330 color hex is 0.00, 0.19, 0.78, 0.13. Web safe color of #ddb330 is #cccc33. Color #ddb330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00110000
Octal 335 263 60
Decimal 221 179 48
Hex DD B3 30

RGB Percentages of Color #ddb330

%49.33
%39.96
%10.71

CMYK Percentages of Color #ddb330

%0
%19
%78
%13

Triadic Colors of #ddb330

#ddb330 #30ddb3 #b330dd

Analogous Colors of #ddb330

#ddb330 #b1dd30 #dd5c30

Monochromatic Colors of #ddb330

#ddb330

Complementary Color

#ddb330 #305add

#ddb330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb330 Color CSS Codes

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

#ddb330 Text Font Color

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

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


#ddb330 Background Color

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

This div background color is #ddb330


#ddb330 Border Color

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

This div border color is #ddb330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb330


Comments

No comments written yet.

Please login to write comment.