Html Css Color HEX #D1DA5A Manz

📋 copy color: '#D1DA5A'

red 209 ◦ green 218 ◦ blue 90

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

Shades of Manz #D1DA5A

Tints of Manz #D1DA5A

RGB

 RED value IS 209 (82.03% from 255) = 40.43%

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

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

R = 40.43%
G = 42.17%
B = 17.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D1DA5A (or 0xD1DA5A) is known color: Manz. HEX triplet: D1, DA and 5A. RGB value is (209,218,90). Sum of RGB (Red+Green+Blue) = 209+218+90=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DA5A is #2E25A5. Grayscale: #C9C9C9. Windows color (decimal): -3024294 or 5954257. OLE color: 5954257.

HSL color Cylindrical-coordinate representation of color #D1DA5A: hue angle of 64.22º 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 #D1DA5A is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 90 -
CMYK 0.04 0 0.59 0.15
HSL 64.22º 0.63% 0.6% -
HSV(B) 64.22º 0.59% 0.85% -
XYZ 53.21 64.44 19.31 -
YUV 200.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 209 218 90 0.04 0 0.59 0.15 64.22 0.63 0.6
Hex D1 DA 5A 4 0 3B F 40 3F 3C
Octal 321 332 132 4 0 73 17 100 77 74
Binary 11010001 11011010 1011010 100 0 111011 1111 1000000 111111 111100

Color Harmonies of #D1DA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA5A

Black with #D1DA5A

Text Example


Text Example

White with #D1DA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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