Html Css Color HEX #DBE562 Mindaro

📋 copy color: '#DBE562'

red 219 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #DBE562

Tints of Mindaro #DBE562

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.94%

 BLUE value IS 98 (38.67% from 255) = 17.95%

R = 40.11%
G = 41.94%
B = 17.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#DBE562 (or 0xDBE562) is known color: Mindaro. HEX triplet: DB, E5 and 62. RGB value is (219,229,98). Sum of RGB (Red+Green+Blue) = 219+229+98=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE562 is #241A9D. Grayscale: #D3D3D3. Windows color (decimal): -2366110 or 6481371. OLE color: 6481371.

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

Color convert

RGB 219 229 98 -
CMYK 0.04 0 0.57 0.10
HSL 64.58º 0.72% 0.64% -
HSV(B) 64.58º 0.57% 0.9% -
XYZ 59.44 71.98 22.32 -
YUV 211.08 64.19 133.65 -
System Red Green Blue C M Y K H S L
Decimal 219 229 98 0.04 0 0.57 0.10 64.58 0.72 0.64
Hex DB E5 62 4 0 39 A 41 48 40
Octal 333 345 142 4 0 71 12 101 110 100
Binary 11011011 11100101 1100010 100 0 111001 1010 1000001 1001000 1000000

Color Harmonies of #DBE562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE562

Black with #DBE562

Text Example


Text Example

White with #DBE562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE562; }

 p { color: rgb(219,229,98); }

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

background-color css

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

 a { background-color: rgb(219,229,98); }

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

border-color css

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

 span { border-color: rgb(219,229,98); }

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