#d6db5d

Color #D6DB5D Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #D6DB5D

Tints of Manz #D6DB5D

Color information

#D6DB5D (or 0xD6DB5D) is unknown color: approx Manz. HEX triplet: D6, DB and 5D. RGB value is (214,219,93). Sum of RGB (Red+Green+Blue) = 214+219+93=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB5D is #2924A2. Grayscale: #CBCBCB. Windows color (decimal): -2696355 or 6151126. OLE color: 6151126.

HSL color Cylindrical-coordinate representation of color #D6DB5D: hue angle of 62.38º 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 #D6DB5D is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB21421993-
CMYK0.0200.580.14
HSL62.38º63.64%61.18%-
HSV(B)62.38º57.53%85.88%-
XYZ55.0465.7520.15-
YUV203.1465.84135.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 93 (36.72% from 255) = 17.68%
R=40.68%
G=41.63%
B=17.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214219930.0200.580.1462.3863.6461.18
HexD6DB5D203AE3e403d
Octal3263331352072167610075
Binary1101011011011011101110110011101011101111101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6db5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6db5d; }

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

 H1.HeaderClassName
 {
   color: #d6db5d;
 }
 .AnyTagClassName
 {
   color: #d6db5d;
 }
</style>
background-color css

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

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

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

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

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

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