Html Css Color HEX #DBE37C Mindaro

📋 copy color: '#DBE37C'

red 219 ◦ green 227 ◦ blue 124

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

Shades of Mindaro #DBE37C

Tints of Mindaro #DBE37C

RGB

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

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

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

R = 38.42%
G = 39.82%
B = 21.75%

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

#DBE37C (or 0xDBE37C) is known color: Mindaro. HEX triplet: DB, E3 and 7C. RGB value is (219,227,124). Sum of RGB (Red+Green+Blue) = 219+227+124=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE37C is #241C83. Grayscale: #D5D5D5. Windows color (decimal): -2366596 or 8184795. OLE color: 8184795.

HSL color Cylindrical-coordinate representation of color #DBE37C: hue angle of 64.66º 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 #DBE37C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 124 -
CMYK 0.04 0 0.45 0.11
HSL 64.66º 0.65% 0.69% -
HSV(B) 64.66º 0.45% 0.89% -
XYZ 60.32 71.45 29.68 -
YUV 212.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 219 227 124 0.04 0 0.45 0.11 64.66 0.65 0.69
Hex DB E3 7C 4 0 2D B 41 41 45
Octal 333 343 174 4 0 55 13 101 101 105
Binary 11011011 11100011 1111100 100 0 101101 1011 1000001 1000001 1000101

Color Harmonies of #DBE37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE37C

Black with #DBE37C

Text Example


Text Example

White with #DBE37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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