Html Css Color HEX #DBE65F Mindaro

📋 copy color: '#DBE65F'

red 219 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #DBE65F

Tints of Mindaro #DBE65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.46%

R = 40.26%
G = 42.28%
B = 17.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DBE65F (or 0xDBE65F) is known color: Mindaro. HEX triplet: DB, E6 and 5F. RGB value is (219,230,95). Sum of RGB (Red+Green+Blue) = 219+230+95=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE65F is #2419A0. Grayscale: #D3D3D3. Windows color (decimal): -2365857 or 6285019. OLE color: 6285019.

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

Color convert

RGB 219 230 95 -
CMYK 0.05 0 0.59 0.10
HSL 64.89º 0.73% 0.64% -
HSV(B) 64.89º 0.59% 0.9% -
XYZ 59.58 72.48 21.68 -
YUV 211.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 219 230 95 0.05 0 0.59 0.10 64.89 0.73 0.64
Hex DB E6 5F 5 0 3B A 41 49 40
Octal 333 346 137 5 0 73 12 101 111 100
Binary 11011011 11100110 1011111 101 0 111011 1010 1000001 1001001 1000000

Color Harmonies of #DBE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE65F

Black with #DBE65F

Text Example


Text Example

White with #DBE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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