Color Hex Logo

#ddc634 Color Hex

#DDC634
(221,198,52)
0 Favorites   0 Comments

Color spaces of #ddc634

RGB 22119852
HSL0.140.710.54
HSV52°76°87°
CMYK 0.000.100.76   0.13
XYZ50.632756.008311.3909
Yxy56.00830.42900.4745
Hunter Lab74.8387-10.202143.3628
CIE-Lab79.6185-6.826270.6208

#ddc634 color RGB value is (221,198,52).

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

The process color (four color CMYK) of #ddc634 color hex is 0.00, 0.10, 0.76, 0.13. Web safe color of #ddc634 is #cccc33. Color #ddc634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 00110100
Octal 335 306 64
Decimal 221 198 52
Hex DD C6 34

RGB Percentages of Color #ddc634

%46.92
%42.04
%11.04

CMYK Percentages of Color #ddc634

%0
%10
%76
%13

Triadic Colors of #ddc634

#ddc634 #34ddc6 #c634dd

Analogous Colors of #ddc634

#ddc634 #a0dd34 #dd7234

Monochromatic Colors of #ddc634

#ddc634

Complementary Color

#ddc634 #344bdd

#ddc634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc634 Color CSS Codes

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

#ddc634 Text Font Color

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

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


#ddc634 Background Color

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

This div background color is #ddc634


#ddc634 Border Color

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

This div border color is #ddc634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc634


Comments

No comments written yet.

Please login to write comment.