Html Css Color HEX #DBE66A Mindaro

📋 copy color: '#DBE66A'

red 219 ◦ green 230 ◦ blue 106

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

Shades of Mindaro #DBE66A

Tints of Mindaro #DBE66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.1%

R = 39.46%
G = 41.44%
B = 19.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#DBE66A (or 0xDBE66A) is known color: Mindaro. HEX triplet: DB, E6 and 6A. RGB value is (219,230,106). Sum of RGB (Red+Green+Blue) = 219+230+106=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66A is #241995. Grayscale: #D5D5D5. Windows color (decimal): -2365846 or 7005915. OLE color: 7005915.

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

Color convert

RGB 219 230 106 -
CMYK 0.05 0 0.54 0.10
HSL 65.32º 0.71% 0.66% -
HSV(B) 65.32º 0.54% 0.9% -
XYZ 60.11 72.69 24.5 -
YUV 212.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 219 230 106 0.05 0 0.54 0.10 65.32 0.71 0.66
Hex DB E6 6A 5 0 36 A 41 47 42
Octal 333 346 152 5 0 66 12 101 107 102
Binary 11011011 11100110 1101010 101 0 110110 1010 1000001 1000111 1000010

Color Harmonies of #DBE66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE66A

Black with #DBE66A

Text Example


Text Example

White with #DBE66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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