Html Css Color HEX #DBE05B Manz

📋 copy color: '#DBE05B'

red 219 ◦ green 224 ◦ blue 91

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

Shades of Manz #DBE05B

Tints of Manz #DBE05B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

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

R = 41.01%
G = 41.95%
B = 17.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#DBE05B (or 0xDBE05B) is known color: Manz. HEX triplet: DB, E0 and 5B. RGB value is (219,224,91). Sum of RGB (Red+Green+Blue) = 219+224+91=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE05B is #241FA4. Grayscale: #CFCFCF. Windows color (decimal): -2367397 or 6021339. OLE color: 6021339.

HSL color Cylindrical-coordinate representation of color #DBE05B: hue angle of 62.26º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE05B is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 91 -
CMYK 0.02 0 0.59 0.12
HSL 62.26º 0.68% 0.62% -
HSV(B) 62.26º 0.59% 0.88% -
XYZ 57.76 69.13 20.2 -
YUV 207.34 62.34 136.31 -
System Red Green Blue C M Y K H S L
Decimal 219 224 91 0.02 0 0.59 0.12 62.26 0.68 0.62
Hex DB E0 5B 2 0 3B C 3E 44 3E
Octal 333 340 133 2 0 73 14 76 104 76
Binary 11011011 11100000 1011011 10 0 111011 1100 111110 1000100 111110

Color Harmonies of #DBE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE05B

Black with #DBE05B

Text Example


Text Example

White with #DBE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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