Html Css Color HEX #DBE66F Mindaro

📋 copy color: '#DBE66F'

red 219 ◦ green 230 ◦ blue 111

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

Shades of Mindaro #DBE66F

Tints of Mindaro #DBE66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.82%

R = 39.11%
G = 41.07%
B = 19.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#DBE66F (or 0xDBE66F) is known color: Mindaro. HEX triplet: DB, E6 and 6F. RGB value is (219,230,111). Sum of RGB (Red+Green+Blue) = 219+230+111=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE66F is #241990. Grayscale: #D5D5D5. Windows color (decimal): -2365841 or 7333595. OLE color: 7333595.

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

Color convert

RGB 219 230 111 -
CMYK 0.05 0 0.52 0.10
HSL 65.55º 0.7% 0.67% -
HSV(B) 65.55º 0.52% 0.9% -
XYZ 60.38 72.8 25.91 -
YUV 213.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 219 230 111 0.05 0 0.52 0.10 65.55 0.7 0.67
Hex DB E6 6F 5 0 34 A 42 46 43
Octal 333 346 157 5 0 64 12 102 106 103
Binary 11011011 11100110 1101111 101 0 110100 1010 1000010 1000110 1000011

Color Harmonies of #DBE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE66F

Black with #DBE66F

Text Example


Text Example

White with #DBE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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