Html Css Color HEX #D8D64D Manz

📋 copy color: '#D8D64D'

red 216 ◦ green 214 ◦ blue 77

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

Shades of Manz #D8D64D

Tints of Manz #D8D64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.19%

R = 42.6%
G = 42.21%
B = 15.19%

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

#D8D64D (or 0xD8D64D) is known color: Manz. HEX triplet: D8, D6 and 4D. RGB value is (216,214,77). Sum of RGB (Red+Green+Blue) = 216+214+77=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D64D is #2729B2. Grayscale: #C7C7C7. Windows color (decimal): -2566579 or 5101272. OLE color: 5101272.

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

Color convert

RGB 216 214 77 -
CMYK 0 0.01 0.64 0.15
HSL 59.14º 0.64% 0.57% -
HSV(B) 59.14º 0.64% 0.85% -
XYZ 53.71 63.23 16.39 -
YUV 198.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 216 214 77 0 0.01 0.64 0.15 59.14 0.64 0.57
Hex D8 D6 4D 0 1 40 F 3B 40 39
Octal 330 326 115 0 1 100 17 73 100 71
Binary 11011000 11010110 1001101 0 1 1000000 1111 111011 1000000 111001

Color Harmonies of #D8D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D64D

Black with #D8D64D

Text Example


Text Example

White with #D8D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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