Html Css Color HEX #D8DC52 Manz

📋 copy color: '#D8DC52'

red 216 ◦ green 220 ◦ blue 82

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

Shades of Manz #D8DC52

Tints of Manz #D8DC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.83%

R = 41.7%
G = 42.47%
B = 15.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#D8DC52 (or 0xD8DC52) is known color: Manz. HEX triplet: D8, DC and 52. RGB value is (216,220,82). Sum of RGB (Red+Green+Blue) = 216+220+82=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC52 is #2723AD. Grayscale: #CBCBCB. Windows color (decimal): -2565038 or 5430488. OLE color: 5430488.

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

Color convert

RGB 216 220 82 -
CMYK 0.02 0 0.63 0.14
HSL 61.74º 0.66% 0.59% -
HSV(B) 61.74º 0.63% 0.86% -
XYZ 55.44 66.39 17.88 -
YUV 203.07 59.67 137.22 -
System Red Green Blue C M Y K H S L
Decimal 216 220 82 0.02 0 0.63 0.14 61.74 0.66 0.59
Hex D8 DC 52 2 0 3F E 3E 42 3B
Octal 330 334 122 2 0 77 16 76 102 73
Binary 11011000 11011100 1010010 10 0 111111 1110 111110 1000010 111011

Color Harmonies of #D8DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC52

Black with #D8DC52

Text Example


Text Example

White with #D8DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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