Html Css Color HEX #DBE573 Mindaro

📋 copy color: '#DBE573'

red 219 ◦ green 229 ◦ blue 115

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

Shades of Mindaro #DBE573

Tints of Mindaro #DBE573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.43%

R = 38.9%
G = 40.67%
B = 20.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DBE573 (or 0xDBE573) is known color: Mindaro. HEX triplet: DB, E5 and 73. RGB value is (219,229,115). Sum of RGB (Red+Green+Blue) = 219+229+115=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE573 is #241A8C. Grayscale: #D5D5D5. Windows color (decimal): -2366093 or 7595483. OLE color: 7595483.

HSL color Cylindrical-coordinate representation of color #DBE573: hue angle of 65.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE573 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 229 115 -
CMYK 0.04 0 0.50 0.10
HSL 65.26º 0.69% 0.67% -
HSV(B) 65.26º 0.5% 0.9% -
XYZ 60.33 72.34 27 -
YUV 213.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 219 229 115 0.04 0 0.50 0.10 65.26 0.69 0.67
Hex DB E5 73 4 0 32 A 41 45 43
Octal 333 345 163 4 0 62 12 101 105 103
Binary 11011011 11100101 1110011 100 0 110010 1010 1000001 1000101 1000011

Color Harmonies of #DBE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE573

Black with #DBE573

Text Example


Text Example

White with #DBE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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