Html Css Color HEX #DBE66D Mindaro

📋 copy color: '#DBE66D'

red 219 ◦ green 230 ◦ blue 109

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

Shades of Mindaro #DBE66D

Tints of Mindaro #DBE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.22%

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 39.25%
G = 41.22%
B = 19.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#DBE66D (or 0xDBE66D) is known color: Mindaro. HEX triplet: DB, E6 and 6D. RGB value is (219,230,109). Sum of RGB (Red+Green+Blue) = 219+230+109=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66D is #241992. Grayscale: #D5D5D5. Windows color (decimal): -2365843 or 7202523. OLE color: 7202523.

HSL color Cylindrical-coordinate representation of color #DBE66D: hue angle of 65.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBE66D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 109 -
CMYK 0.05 0 0.53 0.10
HSL 65.45º 0.71% 0.66% -
HSV(B) 65.45º 0.53% 0.9% -
XYZ 60.27 72.76 25.34 -
YUV 212.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 219 230 109 0.05 0 0.53 0.10 65.45 0.71 0.66
Hex DB E6 6D 5 0 35 A 41 47 42
Octal 333 346 155 5 0 65 12 101 107 102
Binary 11011011 11100110 1101101 101 0 110101 1010 1000001 1000111 1000010

Color Harmonies of #DBE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE66D

Black with #DBE66D

Text Example


Text Example

White with #DBE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE66D; }

 p { color: rgb(219,230,109); }

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

background-color css

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

 a { background-color: rgb(219,230,109); }

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

border-color css

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

 span { border-color: rgb(219,230,109); }

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