Html Css Color HEX #DBE36A Mindaro

📋 copy color: '#DBE36A'

red 219 ◦ green 227 ◦ blue 106

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

Shades of Mindaro #DBE36A

Tints of Mindaro #DBE36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 39.67%
G = 41.12%
B = 19.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#DBE36A (or 0xDBE36A) is known color: Mindaro. HEX triplet: DB, E3 and 6A. RGB value is (219,227,106). Sum of RGB (Red+Green+Blue) = 219+227+106=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE36A is #241C95. Grayscale: #D3D3D3. Windows color (decimal): -2366614 or 7005147. OLE color: 7005147.

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

Color convert

RGB 219 227 106 -
CMYK 0.04 0 0.53 0.11
HSL 63.97º 0.68% 0.65% -
HSV(B) 63.97º 0.53% 0.89% -
XYZ 59.28 71.04 24.22 -
YUV 210.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 219 227 106 0.04 0 0.53 0.11 63.97 0.68 0.65
Hex DB E3 6A 4 0 35 B 40 44 41
Octal 333 343 152 4 0 65 13 100 104 101
Binary 11011011 11100011 1101010 100 0 110101 1011 1000000 1000100 1000001

Color Harmonies of #DBE36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE36A

Black with #DBE36A

Text Example


Text Example

White with #DBE36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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