Html Css Color HEX #D6DB5B Manz

📋 copy color: '#D6DB5B'

red 214 ◦ green 219 ◦ blue 91

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

Shades of Manz #D6DB5B

Tints of Manz #D6DB5B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 40.84%
G = 41.79%
B = 17.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#D6DB5B (or 0xD6DB5B) is known color: Manz. HEX triplet: D6, DB and 5B. RGB value is (214,219,91). Sum of RGB (Red+Green+Blue) = 214+219+91=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB5B is #2924A4. Grayscale: #CBCBCB. Windows color (decimal): -2696357 or 6020054. OLE color: 6020054.

HSL color Cylindrical-coordinate representation of color #D6DB5B: hue angle of 62.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6DB5B is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 91 -
CMYK 0.02 0 0.58 0.14
HSL 62.34º 0.64% 0.61% -
HSV(B) 62.34º 0.58% 0.86% -
XYZ 54.95 65.71 19.69 -
YUV 202.91 64.84 135.91 -
System Red Green Blue C M Y K H S L
Decimal 214 219 91 0.02 0 0.58 0.14 62.34 0.64 0.61
Hex D6 DB 5B 2 0 3A E 3E 40 3D
Octal 326 333 133 2 0 72 16 76 100 75
Binary 11010110 11011011 1011011 10 0 111010 1110 111110 1000000 111101

Color Harmonies of #D6DB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB5B

Black with #D6DB5B

Text Example


Text Example

White with #D6DB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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