Html Css Color HEX #D8D54E Manz

📋 copy color: '#D8D54E'

red 216 ◦ green 213 ◦ blue 78

#D8D54E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #D8D54E

Tints of Manz #D8D54E

RGB

 RED value IS 216 (84.77% from 255) = 42.6%

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 78 (30.86% from 255) = 15.38%

R = 42.6%
G = 42.01%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8D54E (or 0xD8D54E) is known color: Manz. HEX triplet: D8, D5 and 4E. RGB value is (216,213,78). Sum of RGB (Red+Green+Blue) = 216+213+78=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D54E is #272AB1. Grayscale: #C7C7C7. Windows color (decimal): -2566834 or 5166552. OLE color: 5166552.

HSL color Cylindrical-coordinate representation of color #D8D54E: hue angle of 58.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8D54E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 213 78 -
CMYK 0 0.01 0.64 0.15
HSL 58.7º 0.64% 0.58% -
HSV(B) 58.7º 0.64% 0.85% -
XYZ 53.49 62.74 16.5 -
YUV 198.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 216 213 78 0 0.01 0.64 0.15 58.7 0.64 0.58
Hex D8 D5 4E 0 1 40 F 3B 40 3A
Octal 330 325 116 0 1 100 17 73 100 72
Binary 11011000 11010101 1001110 0 1 1000000 1111 111011 1000000 111010

Color Harmonies of #D8D54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D54E

Black with #D8D54E

Text Example


Text Example

White with #D8D54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D54E; }

 p { color: rgb(216,213,78); }

 H1.HeaderClassName
 {
   color: #D8D54E;
 }
 .AnyTagClassName
 {
   color: #D8D54E;
 }
</style>

background-color css

<style>
 a { background-color: #D8D54E; }

 a { background-color: rgb(216,213,78); }

 div.DivClassName
 {
   background-color: #D8D54E;
 }
 .BgClassName
 {
   background-color: #D8D54E;
 }
</style>

border-color css

<style>
 span { border-color: #D8D54E; }

 span { border-color: rgb(216,213,78); }

 td.TdClassName
 {
   border-color: #D8D54E;
 }
 .TagClassName
 {
   border-color: #D8D54E;
 }
</style>