Html Css Color HEX #DBE661 Mindaro

📋 copy color: '#DBE661'

red 219 ◦ green 230 ◦ blue 97

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

Shades of Mindaro #DBE661

Tints of Mindaro #DBE661

RGB

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

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

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

R = 40.11%
G = 42.12%
B = 17.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#DBE661 (or 0xDBE661) is known color: Mindaro. HEX triplet: DB, E6 and 61. RGB value is (219,230,97). Sum of RGB (Red+Green+Blue) = 219+230+97=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE661 is #24199E. Grayscale: #D4D4D4. Windows color (decimal): -2365855 or 6416091. OLE color: 6416091.

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

Color convert

RGB 219 230 97 -
CMYK 0.05 0 0.58 0.10
HSL 64.96º 0.73% 0.64% -
HSV(B) 64.96º 0.58% 0.9% -
XYZ 59.67 72.52 22.16 -
YUV 211.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 219 230 97 0.05 0 0.58 0.10 64.96 0.73 0.64
Hex DB E6 61 5 0 3A A 41 49 40
Octal 333 346 141 5 0 72 12 101 111 100
Binary 11011011 11100110 1100001 101 0 111010 1010 1000001 1001001 1000000

Color Harmonies of #DBE661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE661

Black with #DBE661

Text Example


Text Example

White with #DBE661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE661; }

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

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

background-color css

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

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

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

border-color css

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

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

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