Html Css Color HEX #DBE57C Mindaro

📋 copy color: '#DBE57C'

red 219 ◦ green 229 ◦ blue 124

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

Shades of Mindaro #DBE57C

Tints of Mindaro #DBE57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 38.29%
G = 40.03%
B = 21.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#DBE57C (or 0xDBE57C) is known color: Mindaro. HEX triplet: DB, E5 and 7C. RGB value is (219,229,124). Sum of RGB (Red+Green+Blue) = 219+229+124=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE57C is #241A83. Grayscale: #D6D6D6. Windows color (decimal): -2366084 or 8185307. OLE color: 8185307.

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

Color convert

RGB 219 229 124 -
CMYK 0.04 0 0.46 0.10
HSL 65.71º 0.67% 0.69% -
HSV(B) 65.71º 0.46% 0.9% -
XYZ 60.87 72.55 29.86 -
YUV 214.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 219 229 124 0.04 0 0.46 0.10 65.71 0.67 0.69
Hex DB E5 7C 4 0 2E A 42 43 45
Octal 333 345 174 4 0 56 12 102 103 105
Binary 11011011 11100101 1111100 100 0 101110 1010 1000010 1000011 1000101

Color Harmonies of #DBE57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE57C

Black with #DBE57C

Text Example


Text Example

White with #DBE57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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