Color Hex Logo

#ddc230 Color Hex

#DDC230
(221,194,48)
0 Favorites   0 Comments

Color spaces of #ddc230

RGB 22119448
HSL0.140.720.53
HSV51°78°87°
CMYK 0.000.120.78   0.13
XYZ49.644154.169110.6355
Yxy54.16910.43380.4733
Hunter Lab73.5997-8.398442.9521
CIE-Lab78.5602-4.919970.9272

#ddc230 color RGB value is (221,194,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00110000
Octal 335 302 60
Decimal 221 194 48
Hex DD C2 30

RGB Percentages of Color #ddc230

%47.73
%41.90
%10.37

CMYK Percentages of Color #ddc230

%0
%12
%78
%13

Triadic Colors of #ddc230

#ddc230 #30ddc2 #c230dd

Analogous Colors of #ddc230

#ddc230 #a2dd30 #dd6c30

Monochromatic Colors of #ddc230

#ddc230

Complementary Color

#ddc230 #304bdd

#ddc230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc230 Color CSS Codes

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

#ddc230 Text Font Color

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

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


#ddc230 Background Color

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

This div background color is #ddc230


#ddc230 Border Color

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

This div border color is #ddc230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc230


Comments

No comments written yet.

Please login to write comment.