Html Css Color HEX #DBEB65 Mindaro

📋 copy color: '#DBEB65'

red 219 ◦ green 235 ◦ blue 101

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

Shades of Mindaro #DBEB65

Tints of Mindaro #DBEB65

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.34%

 BLUE value IS 101 (39.84% from 255) = 18.2%

R = 39.46%
G = 42.34%
B = 18.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DBEB65 (or 0xDBEB65) is known color: Mindaro. HEX triplet: DB, EB and 65. RGB value is (219,235,101). Sum of RGB (Red+Green+Blue) = 219+235+101=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB65 is #24149A. Grayscale: #D7D7D7. Windows color (decimal): -2364571 or 6679515. OLE color: 6679515.

HSL color Cylindrical-coordinate representation of color #DBEB65: hue angle of 67.16º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBEB65 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 101 -
CMYK 0.07 0 0.57 0.08
HSL 67.16º 0.77% 0.66% -
HSV(B) 67.16º 0.57% 0.92% -
XYZ 61.27 75.42 23.64 -
YUV 214.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 219 235 101 0.07 0 0.57 0.08 67.16 0.77 0.66
Hex DB EB 65 7 0 39 8 43 4D 42
Octal 333 353 145 7 0 71 10 103 115 102
Binary 11011011 11101011 1100101 111 0 111001 1000 1000011 1001101 1000010

Color Harmonies of #DBEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB65

Black with #DBEB65

Text Example


Text Example

White with #DBEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB65; }

 p { color: rgb(219,235,101); }

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

background-color css

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

 a { background-color: rgb(219,235,101); }

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

border-color css

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

 span { border-color: rgb(219,235,101); }

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