Html Css Color HEX #D6DD5B Manz

📋 copy color: '#D6DD5B'

red 214 ◦ green 221 ◦ blue 91

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

Shades of Manz #D6DD5B

Tints of Manz #D6DD5B

RGB

 RED value IS 214 (83.98% from 255) = 40.68%

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

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 40.68%
G = 42.02%
B = 17.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#D6DD5B (or 0xD6DD5B) is known color: Manz. HEX triplet: D6, DD and 5B. RGB value is (214,221,91). Sum of RGB (Red+Green+Blue) = 214+221+91=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DD5B is #2922A4. Grayscale: #CCCCCC. Windows color (decimal): -2695845 or 6020566. OLE color: 6020566.

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

Color convert

RGB 214 221 91 -
CMYK 0.03 0 0.59 0.13
HSL 63.23º 0.66% 0.61% -
HSV(B) 63.23º 0.59% 0.87% -
XYZ 55.48 66.76 19.86 -
YUV 204.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 214 221 91 0.03 0 0.59 0.13 63.23 0.66 0.61
Hex D6 DD 5B 3 0 3B D 3F 42 3D
Octal 326 335 133 3 0 73 15 77 102 75
Binary 11010110 11011101 1011011 11 0 111011 1101 111111 1000010 111101

Color Harmonies of #D6DD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD5B

Black with #D6DD5B

Text Example


Text Example

White with #D6DD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD5B; }

 p { color: rgb(214,221,91); }

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

background-color css

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

 a { background-color: rgb(214,221,91); }

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

border-color css

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

 span { border-color: rgb(214,221,91); }

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