Html Css Color HEX #DBE45D Manz

📋 copy color: '#DBE45D'

red 219 ◦ green 228 ◦ blue 93

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

Shades of Manz #DBE45D

Tints of Manz #DBE45D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.22%

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 40.56%
G = 42.22%
B = 17.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#DBE45D (or 0xDBE45D) is known color: Manz. HEX triplet: DB, E4 and 5D. RGB value is (219,228,93). Sum of RGB (Red+Green+Blue) = 219+228+93=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE45D is #241BA2. Grayscale: #D2D2D2. Windows color (decimal): -2366371 or 6153435. OLE color: 6153435.

HSL color Cylindrical-coordinate representation of color #DBE45D: hue angle of 64º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBE45D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 93 -
CMYK 0.04 0 0.59 0.11
HSL 64º 0.71% 0.63% -
HSV(B) 64º 0.59% 0.89% -
XYZ 58.93 71.34 21.02 -
YUV 209.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 219 228 93 0.04 0 0.59 0.11 64 0.71 0.63
Hex DB E4 5D 4 0 3B B 40 47 3F
Octal 333 344 135 4 0 73 13 100 107 77
Binary 11011011 11100100 1011101 100 0 111011 1011 1000000 1000111 111111

Color Harmonies of #DBE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE45D

Black with #DBE45D

Text Example


Text Example

White with #DBE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE45D; }

 p { color: rgb(219,228,93); }

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

background-color css

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

 a { background-color: rgb(219,228,93); }

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

border-color css

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

 span { border-color: rgb(219,228,93); }

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