Html Css Color HEX #DBE37D Mindaro

📋 copy color: '#DBE37D'

red 219 ◦ green 227 ◦ blue 125

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

Shades of Mindaro #DBE37D

Tints of Mindaro #DBE37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.75%

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 38.35%
G = 39.75%
B = 21.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#DBE37D (or 0xDBE37D) is known color: Mindaro. HEX triplet: DB, E3 and 7D. RGB value is (219,227,125). Sum of RGB (Red+Green+Blue) = 219+227+125=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE37D is #241C82. Grayscale: #D5D5D5. Windows color (decimal): -2366595 or 8250331. OLE color: 8250331.

HSL color Cylindrical-coordinate representation of color #DBE37D: hue angle of 64.71º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE37D is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 125 -
CMYK 0.04 0 0.45 0.11
HSL 64.71º 0.65% 0.69% -
HSV(B) 64.71º 0.45% 0.89% -
XYZ 60.38 71.48 30.02 -
YUV 212.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 219 227 125 0.04 0 0.45 0.11 64.71 0.65 0.69
Hex DB E3 7D 4 0 2D B 41 41 45
Octal 333 343 175 4 0 55 13 101 101 105
Binary 11011011 11100011 1111101 100 0 101101 1011 1000001 1000001 1000101

Color Harmonies of #DBE37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE37D

Black with #DBE37D

Text Example


Text Example

White with #DBE37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE37D; }

 p { color: rgb(219,227,125); }

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

background-color css

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

 a { background-color: rgb(219,227,125); }

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

border-color css

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

 span { border-color: rgb(219,227,125); }

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