Html Css Color HEX #D1D85A Manz

📋 copy color: '#D1D85A'

red 209 ◦ green 216 ◦ blue 90

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

Shades of Manz #D1D85A

Tints of Manz #D1D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

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

R = 40.58%
G = 41.94%
B = 17.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D1D85A (or 0xD1D85A) is known color: Manz. HEX triplet: D1, D8 and 5A. RGB value is (209,216,90). Sum of RGB (Red+Green+Blue) = 209+216+90=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D85A is #2E27A5. Grayscale: #C8C8C8. Windows color (decimal): -3024806 or 5953745. OLE color: 5953745.

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

Color convert

RGB 209 216 90 -
CMYK 0.03 0 0.58 0.15
HSL 63.33º 0.62% 0.6% -
HSV(B) 63.33º 0.58% 0.85% -
XYZ 52.7 63.41 19.13 -
YUV 199.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 209 216 90 0.03 0 0.58 0.15 63.33 0.62 0.6
Hex D1 D8 5A 3 0 3A F 3F 3E 3C
Octal 321 330 132 3 0 72 17 77 76 74
Binary 11010001 11011000 1011010 11 0 111010 1111 111111 111110 111100

Color Harmonies of #D1D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D85A

Black with #D1D85A

Text Example


Text Example

White with #D1D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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