Html Css Color HEX #D8DD53 Manz

📋 copy color: '#D8DD53'

red 216 ◦ green 221 ◦ blue 83

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

Shades of Manz #D8DD53

Tints of Manz #D8DD53

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 83 (32.81% from 255) = 15.96%

R = 41.54%
G = 42.5%
B = 15.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#D8DD53 (or 0xD8DD53) is known color: Manz. HEX triplet: D8, DD and 53. RGB value is (216,221,83). Sum of RGB (Red+Green+Blue) = 216+221+83=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD53 is #2722AC. Grayscale: #CCCCCC. Windows color (decimal): -2564781 or 5496280. OLE color: 5496280.

HSL color Cylindrical-coordinate representation of color #D8DD53: hue angle of 62.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8DD53 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 83 -
CMYK 0.02 0 0.62 0.13
HSL 62.17º 0.67% 0.6% -
HSV(B) 62.17º 0.62% 0.87% -
XYZ 55.74 66.94 18.17 -
YUV 203.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 216 221 83 0.02 0 0.62 0.13 62.17 0.67 0.6
Hex D8 DD 53 2 0 3E D 3E 43 3C
Octal 330 335 123 2 0 76 15 76 103 74
Binary 11011000 11011101 1010011 10 0 111110 1101 111110 1000011 111100

Color Harmonies of #D8DD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD53

Black with #D8DD53

Text Example


Text Example

White with #D8DD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD53; }

 p { color: rgb(216,221,83); }

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

background-color css

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

 a { background-color: rgb(216,221,83); }

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

border-color css

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

 span { border-color: rgb(216,221,83); }

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