Html Css Color HEX #DBE761 Mindaro

📋 copy color: '#DBE761'

red 219 ◦ green 231 ◦ blue 97

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

Shades of Mindaro #DBE761

Tints of Mindaro #DBE761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 40.04%
G = 42.23%
B = 17.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DBE761 (or 0xDBE761) is known color: Mindaro. HEX triplet: DB, E7 and 61. RGB value is (219,231,97). Sum of RGB (Red+Green+Blue) = 219+231+97=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE761 is #24189E. Grayscale: #D4D4D4. Windows color (decimal): -2365599 or 6416347. OLE color: 6416347.

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

Color convert

RGB 219 231 97 -
CMYK 0.05 0 0.58 0.09
HSL 65.37º 0.74% 0.64% -
HSV(B) 65.37º 0.58% 0.91% -
XYZ 59.95 73.07 22.25 -
YUV 212.14 63.02 132.9 -
System Red Green Blue C M Y K H S L
Decimal 219 231 97 0.05 0 0.58 0.09 65.37 0.74 0.64
Hex DB E7 61 5 0 3A 9 41 4A 40
Octal 333 347 141 5 0 72 11 101 112 100
Binary 11011011 11100111 1100001 101 0 111010 1001 1000001 1001010 1000000

Color Harmonies of #DBE761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE761

Black with #DBE761

Text Example


Text Example

White with #DBE761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE761; }

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

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

background-color css

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

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

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

border-color css

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

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

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