#DBDD5C

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

Shades of Manz #DBDD5C

Tints of Manz #DBDD5C

Color information

#DBDD5C (or 0xDBDD5C) is unknown color: approx Manz. HEX triplet: DB, DD and 5C. RGB value is (219,221,92). Sum of RGB (Red+Green+Blue) = 219+221+92=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD5C is #2422A3. Grayscale: #CECECE. Windows color (decimal): -2368164 or 6086107. OLE color: 6086107.

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

Color convert

RGB21922192-
CMYK0.0100.580.13
HSL60.93º65.48%61.37%-
HSV(B)60.93º58.37%86.67%-
XYZ5767.5520.16-
YUV205.763.84137.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=41.17%
G=41.54%
B=17.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219221920.0100.580.1360.9365.4861.37
HexDBDD5C103AD3d413d
Octal3333351341072157510175
Binary110110111101110110111001011101011011111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD5C; }

 p { color: rgb(219,221,92); }

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

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

 a { background-color: rgb(219,221,92); }

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

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

 span { border-color: rgb(219,221,92); }

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