Html Css Color HEX #DBE055 Manz

📋 copy color: '#DBE055'

red 219 ◦ green 224 ◦ blue 85

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

Shades of Manz #DBE055

Tints of Manz #DBE055

RGB

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

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

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

R = 41.48%
G = 42.42%
B = 16.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#DBE055 (or 0xDBE055) is known color: Manz. HEX triplet: DB, E0 and 55. RGB value is (219,224,85). Sum of RGB (Red+Green+Blue) = 219+224+85=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE055 is #241FAA. Grayscale: #CFCFCF. Windows color (decimal): -2367403 or 5628123. OLE color: 5628123.

HSL color Cylindrical-coordinate representation of color #DBE055: hue angle of 62.16º degrees, saturation: 0.69, 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 #DBE055 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 85 -
CMYK 0.02 0 0.62 0.12
HSL 62.16º 0.69% 0.61% -
HSV(B) 62.16º 0.62% 0.88% -
XYZ 57.51 69.03 18.89 -
YUV 206.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 219 224 85 0.02 0 0.62 0.12 62.16 0.69 0.61
Hex DB E0 55 2 0 3E C 3E 45 3D
Octal 333 340 125 2 0 76 14 76 105 75
Binary 11011011 11100000 1010101 10 0 111110 1100 111110 1000101 111101

Color Harmonies of #DBE055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE055

Black with #DBE055

Text Example


Text Example

White with #DBE055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE055; }

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

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

background-color css

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

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

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

border-color css

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

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

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