Color Hex Logo

#d8c23d Color Hex

#D8C23D
(216,194,61)
0 Favorites   0 Comments

Color spaces of #d8c23d

RGB 21619461
HSL0.140.670.54
HSV51°72°85°
CMYK 0.000.100.72   0.15
XYZ48.453053.519412.1914
Yxy53.51940.42440.4688
Hunter Lab73.1570-9.801341.3294
CIE-Lab78.1807-6.530365.9840

#d8c23d color RGB value is (216,194,61).

#d8c23d hex color red value is 216, green value is 194 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d8c23d hue: 0.14 , saturation: 0.67 and the lightness value of d8c23d is 0.54.

The process color (four color CMYK) of #d8c23d color hex is 0.00, 0.10, 0.72, 0.15. Web safe color of #d8c23d is #cccc33. Color #d8c23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11000010 00111101
Octal 330 302 75
Decimal 216 194 61
Hex D8 C2 3D

RGB Percentages of Color #d8c23d

%45.86
%41.19
%12.95

CMYK Percentages of Color #d8c23d

%0
%10
%72
%15

Triadic Colors of #d8c23d

#d8c23d #3dd8c2 #c23dd8

Analogous Colors of #d8c23d

#d8c23d #a1d83d #d8753d

Monochromatic Colors of #d8c23d

#d8c23d

Complementary Color

#d8c23d #3d53d8

#d8c23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8c23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8c23d Color CSS Codes

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

#d8c23d Text Font Color

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

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


#d8c23d Background Color

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

This div background color is #d8c23d


#d8c23d Border Color

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

This div border color is #d8c23d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,194,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8c23d


Comments

No comments written yet.

Please login to write comment.