Color Hex Logo

#dea730 Color Hex

#DEA730
(222,167,48)
0 Favorites   0 Comments

Color spaces of #dea730

RGB 22216748
HSL0.110.730.53
HSV41°78°87°
CMYK 0.000.250.78   0.13
XYZ44.476443.38048.8254
Yxy43.38040.46000.4487
Hunter Lab65.86385.275538.1601
CIE-Lab71.81249.678864.8465

#dea730 color RGB value is (222,167,48).

#dea730 hex color red value is 222, green value is 167 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dea730 hue: 0.11 , saturation: 0.73 and the lightness value of dea730 is 0.53.

The process color (four color CMYK) of #dea730 color hex is 0.00, 0.25, 0.78, 0.13. Web safe color of #dea730 is #cc9933. Color #dea730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 00110000
Octal 336 247 60
Decimal 222 167 48
Hex DE A7 30

RGB Percentages of Color #dea730

%50.80
%38.22
%10.98

CMYK Percentages of Color #dea730

%0
%25
%78
%13

Triadic Colors of #dea730

#dea730 #30dea7 #a730de

Analogous Colors of #dea730

#dea730 #bede30 #de5030

Monochromatic Colors of #dea730

#dea730

Complementary Color

#dea730 #3067de

#dea730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea730 Color CSS Codes

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

#dea730 Text Font Color

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

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


#dea730 Background Color

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

This div background color is #dea730


#dea730 Border Color

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

This div border color is #dea730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea730

#dea730 Color Palettes


Comments

No comments written yet.

Please login to write comment.