Html Css Color HEX #D8DC48 Manz

📋 copy color: '#D8DC48'

red 216 ◦ green 220 ◦ blue 72

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

Shades of Manz #D8DC48

Tints of Manz #D8DC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.17%

R = 42.52%
G = 43.31%
B = 14.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#D8DC48 (or 0xD8DC48) is known color: Manz. HEX triplet: D8, DC and 48. RGB value is (216,220,72). Sum of RGB (Red+Green+Blue) = 216+220+72=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC48 is #2723B7. Grayscale: #CACACA. Windows color (decimal): -2565048 or 4775128. OLE color: 4775128.

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

Color convert

RGB 216 220 72 -
CMYK 0.02 0 0.67 0.14
HSL 61.62º 0.68% 0.57% -
HSV(B) 61.62º 0.67% 0.86% -
XYZ 55.08 66.25 16.02 -
YUV 201.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 216 220 72 0.02 0 0.67 0.14 61.62 0.68 0.57
Hex D8 DC 48 2 0 43 E 3E 44 39
Octal 330 334 110 2 0 103 16 76 104 71
Binary 11011000 11011100 1001000 10 0 1000011 1110 111110 1000100 111001

Color Harmonies of #D8DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC48

Black with #D8DC48

Text Example


Text Example

White with #D8DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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