Html Css Color HEX #DBDC5E Manz

📋 copy color: '#DBDC5E'

red 219 ◦ green 220 ◦ blue 94

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

Shades of Manz #DBDC5E

Tints of Manz #DBDC5E

RGB

 RED value IS 219 (85.94% from 255) = 41.09%

 GREEN value IS 220 (86.33% from 255) = 41.28%

 BLUE value IS 94 (37.11% from 255) = 17.64%

R = 41.09%
G = 41.28%
B = 17.64%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBDC5E (or 0xDBDC5E) is known color: Manz. HEX triplet: DB, DC and 5E. RGB value is (219,220,94). Sum of RGB (Red+Green+Blue) = 219+220+94=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC5E is #2423A1. Grayscale: #CDCDCD. Windows color (decimal): -2368418 or 6216923. OLE color: 6216923.

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

Color convert

RGB 219 220 94 -
CMYK 0.00 0 0.57 0.14
HSL 60.48º 0.64% 0.62% -
HSV(B) 60.48º 0.57% 0.86% -
XYZ 56.83 67.05 20.54 -
YUV 205.34 65.17 137.75 -
System Red Green Blue C M Y K H S L
Decimal 219 220 94 0.00 0 0.57 0.14 60.48 0.64 0.62
Hex DB DC 5E 0 0 39 E 3C 40 3E
Octal 333 334 136 0 0 71 16 74 100 76
Binary 11011011 11011100 1011110 0 0 111001 1110 111100 1000000 111110

Color Harmonies of #DBDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC5E

Black with #DBDC5E

Text Example


Text Example

White with #DBDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC5E; }

 p { color: rgb(219,220,94); }

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

background-color css

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

 a { background-color: rgb(219,220,94); }

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

border-color css

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

 span { border-color: rgb(219,220,94); }

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