Html Css Color HEX #DBE37A Mindaro

📋 copy color: '#DBE37A'

red 219 ◦ green 227 ◦ blue 122

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

Shades of Mindaro #DBE37A

Tints of Mindaro #DBE37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 38.56%
G = 39.96%
B = 21.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#DBE37A (or 0xDBE37A) is known color: Mindaro. HEX triplet: DB, E3 and 7A. RGB value is (219,227,122). Sum of RGB (Red+Green+Blue) = 219+227+122=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE37A is #241C85. Grayscale: #D5D5D5. Windows color (decimal): -2366598 or 8053723. OLE color: 8053723.

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

Color convert

RGB 219 227 122 -
CMYK 0.04 0 0.46 0.11
HSL 64.57º 0.65% 0.68% -
HSV(B) 64.57º 0.46% 0.89% -
XYZ 60.2 71.4 29.02 -
YUV 212.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 219 227 122 0.04 0 0.46 0.11 64.57 0.65 0.68
Hex DB E3 7A 4 0 2E B 41 41 44
Octal 333 343 172 4 0 56 13 101 101 104
Binary 11011011 11100011 1111010 100 0 101110 1011 1000001 1000001 1000100

Color Harmonies of #DBE37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE37A

Black with #DBE37A

Text Example


Text Example

White with #DBE37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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