Color Hex Logo

#d8a430 Color Hex

#D8A430
(216,164,48)
0 Favorites   0 Comments

Color spaces of #d8a430

RGB 21616448
HSL0.120.680.52
HSV41°78°85°
CMYK 0.000.240.78   0.15
XYZ42.127941.36328.5598
Yxy41.36320.45770.4494
Hunter Lab64.31424.373437.1289
CIE-Lab70.42968.682763.3396

#d8a430 color RGB value is (216,164,48).

#d8a430 hex color red value is 216, green value is 164 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d8a430 hue: 0.12 , saturation: 0.68 and the lightness value of d8a430 is 0.52.

The process color (four color CMYK) of #d8a430 color hex is 0.00, 0.24, 0.78, 0.15. Web safe color of #d8a430 is #cc9933. Color #d8a430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100100 00110000
Octal 330 244 60
Decimal 216 164 48
Hex D8 A4 30

RGB Percentages of Color #d8a430

%50.47
%38.32
%11.21

CMYK Percentages of Color #d8a430

%0
%24
%78
%15

Triadic Colors of #d8a430

#d8a430 #30d8a4 #a430d8

Analogous Colors of #d8a430

#d8a430 #b8d830 #d85030

Monochromatic Colors of #d8a430

#d8a430

Complementary Color

#d8a430 #3064d8

#d8a430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a430 Color CSS Codes

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

#d8a430 Text Font Color

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

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


#d8a430 Background Color

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

This div background color is #d8a430


#d8a430 Border Color

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

This div border color is #d8a430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a430


Comments

No comments written yet.

Please login to write comment.