Html Css Color HEX #D8DC4A Manz

📋 copy color: '#D8DC4A'

red 216 ◦ green 220 ◦ blue 74

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

Shades of Manz #D8DC4A

Tints of Manz #D8DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 42.35%
G = 43.14%
B = 14.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#D8DC4A (or 0xD8DC4A) is known color: Manz. HEX triplet: D8, DC and 4A. RGB value is (216,220,74). Sum of RGB (Red+Green+Blue) = 216+220+74=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC4A is #2723B5. Grayscale: #CACACA. Windows color (decimal): -2565046 or 4906200. OLE color: 4906200.

HSL color Cylindrical-coordinate representation of color #D8DC4A: hue angle of 61.64º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8DC4A is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 74 -
CMYK 0.02 0 0.66 0.14
HSL 61.64º 0.68% 0.58% -
HSV(B) 61.64º 0.66% 0.86% -
XYZ 55.15 66.28 16.37 -
YUV 202.16 55.67 137.87 -
System Red Green Blue C M Y K H S L
Decimal 216 220 74 0.02 0 0.66 0.14 61.64 0.68 0.58
Hex D8 DC 4A 2 0 42 E 3E 44 3A
Octal 330 334 112 2 0 102 16 76 104 72
Binary 11011000 11011100 1001010 10 0 1000010 1110 111110 1000100 111010

Color Harmonies of #D8DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC4A

Black with #D8DC4A

Text Example


Text Example

White with #D8DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC4A; }

 p { color: rgb(216,220,74); }

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

background-color css

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

 a { background-color: rgb(216,220,74); }

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

border-color css

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

 span { border-color: rgb(216,220,74); }

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