Html Css Color HEX #D8DA5A Manz

📋 copy color: '#D8DA5A'

red 216 ◦ green 218 ◦ blue 90

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

Shades of Manz #D8DA5A

Tints of Manz #D8DA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 90 (35.55% from 255) = 17.18%

R = 41.22%
G = 41.6%
B = 17.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8DA5A (or 0xD8DA5A) is known color: Manz. HEX triplet: D8, DA and 5A. RGB value is (216,218,90). Sum of RGB (Red+Green+Blue) = 216+218+90=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA5A is #2725A5. Grayscale: #CBCBCB. Windows color (decimal): -2565542 or 5954264. OLE color: 5954264.

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

Color convert

RGB 216 218 90 -
CMYK 0.01 0 0.59 0.15
HSL 60.94º 0.63% 0.6% -
HSV(B) 60.94º 0.59% 0.85% -
XYZ 55.24 65.48 19.4 -
YUV 202.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 216 218 90 0.01 0 0.59 0.15 60.94 0.63 0.6
Hex D8 DA 5A 1 0 3B F 3D 3F 3C
Octal 330 332 132 1 0 73 17 75 77 74
Binary 11011000 11011010 1011010 1 0 111011 1111 111101 111111 111100

Color Harmonies of #D8DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA5A

Black with #D8DA5A

Text Example


Text Example

White with #D8DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA5A; }

 p { color: rgb(216,218,90); }

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

background-color css

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

 a { background-color: rgb(216,218,90); }

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

border-color css

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

 span { border-color: rgb(216,218,90); }

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