Html Css Color HEX #D8D64E Manz

📋 copy color: '#D8D64E'

red 216 ◦ green 214 ◦ blue 78

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

Shades of Manz #D8D64E

Tints of Manz #D8D64E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.13%

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

R = 42.52%
G = 42.13%
B = 15.35%

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

#D8D64E (or 0xD8D64E) is known color: Manz. HEX triplet: D8, D6 and 4E. RGB value is (216,214,78). Sum of RGB (Red+Green+Blue) = 216+214+78=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D64E is #2729B1. Grayscale: #C7C7C7. Windows color (decimal): -2566578 or 5166808. OLE color: 5166808.

HSL color Cylindrical-coordinate representation of color #D8D64E: hue angle of 59.13º 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 #D8D64E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 78 -
CMYK 0 0.01 0.64 0.15
HSL 59.13º 0.64% 0.58% -
HSV(B) 59.13º 0.64% 0.85% -
XYZ 53.74 63.24 16.58 -
YUV 199.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 216 214 78 0 0.01 0.64 0.15 59.13 0.64 0.58
Hex D8 D6 4E 0 1 40 F 3B 40 3A
Octal 330 326 116 0 1 100 17 73 100 72
Binary 11011000 11010110 1001110 0 1 1000000 1111 111011 1000000 111010

Color Harmonies of #D8D64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D64E

Black with #D8D64E

Text Example


Text Example

White with #D8D64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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