Html Css Color HEX #D9DD5A Manz

📋 copy color: '#D9DD5A'

red 217 ◦ green 221 ◦ blue 90

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

Shades of Manz #D9DD5A

Tints of Manz #D9DD5A

RGB

 RED value IS 217 (85.16% from 255) = 41.1%

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

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

R = 41.1%
G = 41.86%
B = 17.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#D9DD5A (or 0xD9DD5A) is known color: Manz. HEX triplet: D9, DD and 5A. RGB value is (217,221,90). Sum of RGB (Red+Green+Blue) = 217+221+90=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD5A is #2622A5. Grayscale: #CDCDCD. Windows color (decimal): -2499238 or 5955033. OLE color: 5955033.

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

Color convert

RGB 217 221 90 -
CMYK 0.02 0 0.59 0.13
HSL 61.83º 0.66% 0.61% -
HSV(B) 61.83º 0.59% 0.87% -
XYZ 56.32 67.2 19.68 -
YUV 204.87 63.17 136.65 -
System Red Green Blue C M Y K H S L
Decimal 217 221 90 0.02 0 0.59 0.13 61.83 0.66 0.61
Hex D9 DD 5A 2 0 3B D 3E 42 3D
Octal 331 335 132 2 0 73 15 76 102 75
Binary 11011001 11011101 1011010 10 0 111011 1101 111110 1000010 111101

Color Harmonies of #D9DD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD5A

Black with #D9DD5A

Text Example


Text Example

White with #D9DD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD5A; }

 p { color: rgb(217,221,90); }

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

background-color css

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

 a { background-color: rgb(217,221,90); }

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

border-color css

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

 span { border-color: rgb(217,221,90); }

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