Html Css Color HEX #DBE155 Manz

📋 copy color: '#DBE155'

red 219 ◦ green 225 ◦ blue 85

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

Shades of Manz #DBE155

Tints of Manz #DBE155

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

 BLUE value IS 85 (33.59% from 255) = 16.07%

R = 41.4%
G = 42.53%
B = 16.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#DBE155 (or 0xDBE155) is known color: Manz. HEX triplet: DB, E1 and 55. RGB value is (219,225,85). Sum of RGB (Red+Green+Blue) = 219+225+85=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE155 is #241EAA. Grayscale: #CFCFCF. Windows color (decimal): -2367147 or 5628379. OLE color: 5628379.

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

Color convert

RGB 219 225 85 -
CMYK 0.03 0 0.62 0.12
HSL 62.57º 0.7% 0.61% -
HSV(B) 62.57º 0.62% 0.88% -
XYZ 57.78 69.57 18.98 -
YUV 207.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 219 225 85 0.03 0 0.62 0.12 62.57 0.7 0.61
Hex DB E1 55 3 0 3E C 3F 46 3D
Octal 333 341 125 3 0 76 14 77 106 75
Binary 11011011 11100001 1010101 11 0 111110 1100 111111 1000110 111101

Color Harmonies of #DBE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE155

Black with #DBE155

Text Example


Text Example

White with #DBE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE155; }

 p { color: rgb(219,225,85); }

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

background-color css

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

 a { background-color: rgb(219,225,85); }

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

border-color css

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

 span { border-color: rgb(219,225,85); }

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