Html Css Color HEX #DBE766 Mindaro

📋 copy color: '#DBE766'

red 219 ◦ green 231 ◦ blue 102

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

Shades of Mindaro #DBE766

Tints of Mindaro #DBE766

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.85%

 BLUE value IS 102 (40.23% from 255) = 18.48%

R = 39.67%
G = 41.85%
B = 18.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DBE766 (or 0xDBE766) is known color: Mindaro. HEX triplet: DB, E7 and 66. RGB value is (219,231,102). Sum of RGB (Red+Green+Blue) = 219+231+102=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE766 is #241899. Grayscale: #D5D5D5. Windows color (decimal): -2365594 or 6744027. OLE color: 6744027.

HSL color Cylindrical-coordinate representation of color #DBE766: hue angle of 65.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBE766 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 102 -
CMYK 0.05 0 0.56 0.09
HSL 65.58º 0.73% 0.65% -
HSV(B) 65.58º 0.56% 0.91% -
XYZ 60.19 73.17 23.52 -
YUV 212.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 219 231 102 0.05 0 0.56 0.09 65.58 0.73 0.65
Hex DB E7 66 5 0 38 9 42 49 41
Octal 333 347 146 5 0 70 11 102 111 101
Binary 11011011 11100111 1100110 101 0 111000 1001 1000010 1001001 1000001

Color Harmonies of #DBE766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE766

Black with #DBE766

Text Example


Text Example

White with #DBE766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE766; }

 p { color: rgb(219,231,102); }

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

background-color css

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

 a { background-color: rgb(219,231,102); }

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

border-color css

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

 span { border-color: rgb(219,231,102); }

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