Html Css Color HEX #DBE55D Mindaro

📋 copy color: '#DBE55D'

red 219 ◦ green 229 ◦ blue 93

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

Shades of Mindaro #DBE55D

Tints of Mindaro #DBE55D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.33%

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

R = 40.48%
G = 42.33%
B = 17.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DBE55D (or 0xDBE55D) is known color: Mindaro. HEX triplet: DB, E5 and 5D. RGB value is (219,229,93). Sum of RGB (Red+Green+Blue) = 219+229+93=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE55D is #241AA2. Grayscale: #D3D3D3. Windows color (decimal): -2366115 or 6153691. OLE color: 6153691.

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

Color convert

RGB 219 229 93 -
CMYK 0.04 0 0.59 0.10
HSL 64.41º 0.72% 0.63% -
HSV(B) 64.41º 0.59% 0.9% -
XYZ 59.21 71.89 21.11 -
YUV 210.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 219 229 93 0.04 0 0.59 0.10 64.41 0.72 0.63
Hex DB E5 5D 4 0 3B A 40 48 3F
Octal 333 345 135 4 0 73 12 100 110 77
Binary 11011011 11100101 1011101 100 0 111011 1010 1000000 1001000 111111

Color Harmonies of #DBE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE55D

Black with #DBE55D

Text Example


Text Example

White with #DBE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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